Product Review Videos

Product Review Videos

Easily view product review videos of the products you want to buy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Product Review Videos",
  "version": "1.5",
  "description": "Easily view product review videos of the products you want to buy.",
  "permissions": [
    "activeTab",
    "https://urun.n11.com/",
    "https://www.n11.com/",
    "https://www.hepsiburada.com/",
    "https://www.amazon.com/",
    "https://www.amazon.de/",
    "https://www.amazon.fr/",
    "https://www.amazon.it/",
    "https://www.amazon.ca/",
    "https://www.amazon.cn/",
    "https://www.amazon.co.jp/",
    "https://www.amazon.co.uk/",
    "https://www.amazon.com.tr/",
    "https://best.aliexpress.com/",
    "https://www.aliexpress.com/",
    "https://www.gittigidiyor.com/",
    "https://www.trendyol.com/",
    "https://www.akakce.com/",
    "https://www.ebay.com/"
  ],
  "background": {
    "page": "background.html"
  },
  "page_action": {
    "default_icon": {
      "16": "images/get_started16.png",
      "32": "images/get_started32.png",
      "48": "images/get_started48.png",
      "128": "images/get_started128.png"
    }
  },
  "icons": {
    "16": "images/get_started16.png",
    "32": "images/get_started32.png",
    "48": "images/get_started48.png",
    "128": "images/get_started128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'"
}