Ryviu - Import reviews

Ryviu - Import reviews

It helps to import product reviews from AliExpress, Amazon, Etsy, DHgate, Walmart.com and Shopee to Ryviu Platform.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ryviu - Import reviews",
  "short_name": "Ryviu App",
  "author": "Ryviu <[email protected]>",
  "description": "It helps to import product reviews from AliExpress, Amazon, Etsy, DHgate, Walmart.com and Shopee to Ryviu Platform.",
  "version": "2.3.0",
  "manifest_version": 3,
  "icons": {
    "16": "images/ryviu.png",
    "32": "images/ryviu.png",
    "48": "images/ryviu.png",
    "128": "images/ryviu.png"
  },
  "background": {
    "service_worker": "js/background.js",
    "all_frames": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.ryviu.io/*"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "js": [
        "js/jquery.js",
        "js/date.js",
        "js/source/aliexpress-core.js",
        "js/source/amazon-core.js",
        "js/source/etsy-core.js",
        "js/source/dhgate-core.js",
        "js/source/walmart-core.js",
        "js/source/shopee-core.js",
        "js/general.js",
        "js/run.js"
      ]
    }
  ],
  "action": {
    "default_title": "Ryviu - Import reviews from Aliexpress and Amazon",
    "default_popup": "pages/popup.html",
    "default_icon": "images/ryviu.png"
  },
  "host_permissions": [
    "https://*.ryviu.io/*",
    "*://*.amazon.com/*",
    "*://*.amazon.ae/*",
    "*://*.amazon.co.jp/*",
    "*://*.amazon.ca/*",
    "*://*.amazon.co.uk/*",
    "*://*.amazon.com.au/*",
    "*://*.amazon.com.br/*",
    "*://*.amazon.com.tr/*",
    "*://*.amazon.fr/*",
    "*://*.amazon.de/*",
    "*://*.amazon.in/*",
    "*://*.amazon.it/*",
    "*://*.amazon.co.jp/*",
    "*://*.amazon.com.mx/*",
    "*://*.amazon.nl/*",
    "*://*.amazon.es/*",
    "*://*.amazon.se/*",
    "*://*.amazon.sa/*",
    "*://*.amazon.cn/*",
    "*://*.amazon.sg/*",
    "*://*.amazon.pl/*",
    "*://*.aliexpress.com/item/*",
    "*://*.aliexpress.us/item/*",
    "*://*.aliexpress.com/store/product/*",
    "*://*.walmart.com/ip/*",
    "*://*.dhgate.com/product/*",
    "*://*.etsy.com/listing/*",
    "*://*.shopee.sg/*",
    "*://*.shopee.co.id/*",
    "*://*.shopee.tw/*",
    "*://*.shopee.co.th/*",
    "*://*.shopee.com.my/*",
    "*://*.shopee.vn/*",
    "*://*.shopee.ph/*",
    "*://*.shopee.com.br/*",
    "*://*.shopee.com.mx/*",
    "*://*.shopee.com.co/*",
    "*://*.shopee.cl/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.png",
        "images/*.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self' 'wasm-unsafe-eval';"
  }
}