Examine source code of סלאמתק - היסטוריית מחירים וקופונים

Inspect and view changes in סלאמתק - היסטוריית מחירים וקופונים source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "author": "סלאמתק",
  "browser_action": {
    "default_title": "סלאמתק - צרכנות חברתית הוגנת",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "includes/Chart.min.js",
        "includes/aes.js",
        "includes/aes-json-format.js",
        "body.js"
      ],
      "matches": [
        "*://*.gearbest.com/*",
        "*://*.banggood.com/*",
        "*://*.tomtop.com/*",
        "*://*.dx.com/*",
        "*://*.iherb.com/*",
        "*://*.aliexpress.com/*",
        "*://*.nike.com/*",
        "*://*.agoda.com/*",
        "*://*.booking.com/*",
        "*://*.childrensplace.com/*",
        "*://*.hotelscombined.com/*",
        "*://*.cafago.com/*",
        "*://*.dhgate.com/*",
        "*://*.geekbuying.com/*",
        "*://*.lightinthebox.com/*",
        "*://*.tinydeal.com/*",
        "*://*.g2a.com/*",
        "*://*.coolicool.com/*",
        "*://*.zapals.com/*",
        "*://*.miniinthebox.com/*",
        "*://*.joybuy.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "היסטוריית מחירים וקופונים",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "54": "icons/icon54.png",
    "90": "icons/icon90.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png",
    "210": "icons/icon210.png"
  },
  "manifest_version": 2,
  "name": "סלאמתק - היסטוריית מחירים וקופונים",
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "http://extension.salamtak.online/",
    "https://extension.salamtak.online/"
  ],
  "short_name": "סלאמתק",
  "version": "1.0.5resigned1",
  "web_accessible_resources": [
    "templates/*",
    "images/*",
    "includes/*",
    "icons/*"
  ],
  "-ms-preload": {
    "backgroundScript": "includes/backgroundScriptsAPIBridge.js",
    "contentScript": "includes/contentScriptsAPIBridge.js"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f0850bf9-1272-490e-a026-1117629915c5}"
    }
  }
}