HintEd Player Megafon

HintEd Player Megafon

Hinted plugin for show widget without integration

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HintEd Player Megafon",
  "short_name": "HintEd Player Megafon",
  "description": "Hinted plugin for show widget without integration",
  "author": "HintEd",
  "version": "1.7.3.0419",
  "minimum_chrome_version": "40",
  "homepage_url": "http://hinted.me",
  "icons": {
    "16": "128.png",
    "32": "128.png",
    "48": "128.png",
    "128": "128.png"
  },
  "incognito": "spanning",
  "browser_action": {
    "default_icon": {
      "19": "19.png",
      "38": "38.png"
    },
    "default_title": "HintEd Injector"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "bundles/content.bundle.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "bundles/background.bundle.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "web_accessible_resources": [
    "bundles/content.bundle.js.map",
    "hinted-ondemand-widget.js",
    "customScript.js"
  ]
}