TheReviewIndex - Reviews Summarizer

TheReviewIndex - Reviews Summarizer

Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. Will be auto-updated to support more marketplaces soon!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "TheReviewIndex - Reviews Summarizer",
  "manifest_version": 2,
  "version": "0.0.2resigned1",
  "description": "Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in, SteamPowered.com. Will be auto-updated to support more marketplaces soon!",
  "browser_action": {
    "default_icon": "r_disabled_64x64.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "*://*.amazon.com/*",
    "*://*.amazon.ca/*",
    "*://*.amazon.co.uk/*",
    "*://*.amazon.com.au/*",
    "*://*.amazon.de/*",
    "*://*.amazon.fr/*",
    "*://*.amazon.it/*",
    "*://*.amazon.in/*",
    "*://*.bestbuy.com/*",
    "*://*.bestbuy.ca/*",
    "*://*.flipkart.com/*",
    "webRequest",
    "tabs",
    "activeTab",
    "*://*.thereviewindex.com/*",
    "*://*.steampowered.com/*",
    "*://*.steamgames.com/*",
    "*://*.steamcommunity.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{63c0005b-8205-4d64-a735-e3d53439bc25}"
    }
  }
}