TorrentsFinder - поиск торрентов

TorrentsFinder - поиск торрентов

Официальное расширение поможет найти нужный файл в 2 клика.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [],
  "web_accessible_resources": [
    "nnm_club.html"
  ],
  "description": "Официальное расширение поможет найти нужный файл в 2 клика.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "TorrentsFinder - поиск торрентов",
  "permissions": [
    "storage",
    "https://api.all-installer.com/*"
  ],
  "short_name": "TorrentFinder",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1"
}