GearBest Star, Price history, coupons

GearBest Star, Price history, coupons

GearBest Star - Advisor for Shopping in China

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "vendor/jquery/jquery.min.js",
      "vendor/moment/moment.min.js",
      "lib/namespace.js",
      "lib/i18n.js",
      "lib/settings.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "assets/images/icons/128.png",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "settings.html"
  },
  "content_scripts": [
    {
      "css": [
        "assets/stylesheets/inject.css"
      ],
      "js": [
        "vendor/jquery/jquery.min.js",
        "vendor/moment/moment.min.js",
        "vendor/chart/chart.min.js",
        "lib/namespace.js",
        "lib/factories/frame.js",
        "lib/injectors/coupon.js",
        "lib/injectors/price_chart.js",
        "lib/injectors/plugin_advert.js",
        "lib/parsers/product_detail.js",
        "lib/token.js",
        "lib/api.js",
        "lib/i18n.js",
        "lib/settings.js",
        "lib/parsing.js",
        "content.js"
      ],
      "matches": [
        "*://*.gearbest.com/*"
      ]
    },
    {
      "css": [
        "assets/stylesheets/inject.css"
      ],
      "js": [
        "vendor/jquery/jquery.min.js",
        "vendor/moment/moment.min.js",
        "lib/namespace.js",
        "lib/factories/frame.js",
        "lib/injectors/plugin_advert.js",
        "lib/parsers/aliexpress.js",
        "lib/api.js",
        "lib/i18n.js",
        "lib/settings.js",
        "lib/parsing.js",
        "content.js"
      ],
      "matches": [
        "*://*.aliexpress.com/*"
      ]
    },
    {
      "js": [
        "vendor/jquery/jquery.min.js",
        "config.js",
        "ad.js"
      ],
      "matches": [
        "*://*.aliexpress.com/*",
        "*://*.gearbest.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "_locales/cs/messages.json",
    "_locales/en/messages.json",
    "_locales/sk/messages.json",
    "_locales/pl/messages.json",
    "_locales/pt_BR/messages.json",
    "_locales/ru/messages.json",
    "_locales/hu/messages.json",
    "_locales/fr/messages.json",
    "_locales/es/messages.json",
    "_locales/de/messages.json",
    "_locales/bg/messages.json",
    "_locales/ro/messages.json",
    "_locales/nl/messages.json",
    "_locales/tr/messages.json",
    "assets/images/*",
    "vendor/jquery/jquery.min.js"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "homepage_url": "https://www.alisuperstar.com",
  "icons": {
    "16": "assets/images/icons/16.png",
    "48": "assets/images/icons/48.png",
    "128": "assets/images/icons/128.png"
  },
  "manifest_version": 2,
  "name": "GearBest Star, Price history, coupons ",
  "permissions": [
    "tabs",
    "contextMenus",
    "storage",
    "notifications",
    "*://*/*"
  ],
  "version": "2.2.8"
}