Allocine Download Video

Allocine Download Video

Block Advert & download video from allocine

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Dave Hill",
  "description": "Block Advert & download video from allocine",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "check.html"
  },
  "icons": {
    "16": "icon48.png",
    "48": "icon48.png",
    "128": "icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.allocine.fr/video/player_gen_cmedia=*"
      ],
      "js": [
        "jquery.js",
        "analyse.js"
      ]
    }
  ],
  "manifest_version": 2,
  "name": "Allocine Download Video",
  "version": "1.1"
}