# Monitor Competitor Chrome Extension Details & Updates

**Use case:** 

Track specific competitor extensions by their URLs to monitor changes in ratings, install counts, versions, and manifest details over time. This provides crucia

## Input

```json
{
  "mode": "urls",
  "extensionUrls": [
    "https://chromewebstore.google.com/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb",
    "https://chromewebstore.google.com/detail/grammarly-grammar-checker/kbfnbcaeplbcgtgdpcdnemnnlfgfppl",
    "https://chromewebstore.google.com/detail/loom-for-chrome-screen-re/liecbddmkavbmhnhoicdpufehxmdjlk",
    "https://chromewebstore.google.com/detail/evernote-web-clipper/pioclpopfcpbmdegjkppcblmhfgnlkjo"
  ],
  "categoryUrls": [
    "https://chromewebstore.google.com/category/extensions/productivity/tools"
  ],
  "searchQuery": "ad blocker",
  "topChartsCategory": "productivity/tools",
  "maxItems": 50,
  "verifiedOnly": false
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "extension_id": {
    "label": "Extension id"
  },
  "developer": {
    "label": "Developer"
  },
  "rating": {
    "label": "Rating"
  },
  "rating_count": {
    "label": "Rating count"
  },
  "install_count": {
    "label": "Install count"
  },
  "category": {
    "label": "Category"
  },
  "version": {
    "label": "Version"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Chrome Extensions Scraper Pro](https://apify.com/crawlerbros/chrome-extensions-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/chrome-extensions-scraper-pro) to learn more, explore other use cases, and run it yourself.