Wtyczka xt7.pl

Nasza wtyczka pozwoli Ci na szybsze wklejanie linków do pobrania bez konieczności ich kopiowania.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "permissions": [
    "https://xt7.pl/",
    "tabs",
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "name": "xt7.pl",
  "version": "1.394",
  "description": "Więcej niż pobieranie! 20GB/24H + Kumulacja do 60GB! Rapidu, Fileshark i inne!",
  "homepage_url": "https://xt7.pl/",
  "author": "xt7.pl",
  "icons": {
    "16": "img/icon-16.png",
    "19": "img/icon-19.png",
    "32": "img/icon-32.png",
    "64": "img/icon-64.png",
    "128": "img/icon-128.png"
  },
  "browser_action": {
    "default_icon": "img/icon-19.png",
    "default_popup": "login.htm"
  },
  "content_scripts": [
    {
      "js": [
        "contentscript.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/libs/sendLinks.js",
      "js/context.js"
    ]
  }
}