價格更新器 (測試版) Firefox

Examine source code of 價格更新器 (測試版)

Inspect and view changes in 價格更新器 (測試版) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "價格更新器 (測試版)",
  "version": "0.0.6resigned1",
  "version_name": "1.0.0-beta.5",
  "description": "Project Price",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png"
    },
    "default_title": "Open Setting",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "alarm.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.price.com.hk/merchant-center/index.php"
      ],
      "js": [
        "login-page.bundle.js"
      ]
    },
    {
      "matches": [
        "https://www.price.com.hk/merchant-center/product_quote.php*"
      ],
      "js": [
        "data-page.bundle.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "alarms"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{92eabc3e-c1a8-478c-9c1b-db8443b92822}"
    }
  }
}

Best 價格更新器 (測試版) Alternatives

Here are some Firefox add-ons that are similar to 價格更新器 (測試版):