Allocine Download Video

Block Advert & download video from allocine

What is Allocine Download Video?

Allocine Download Video is a Chrome extension developed by http://dyrk.org, and its main feature is "Block Advert & download video from allocine".

Extension Screenshots

screenshot

Download Allocine Download Video Extension CRX File

Download Allocine Download Video extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Bloque les publicités sur vos vidéos 
Offre la possibilité de télécharger la vidéo.                    

Extension Basic Information

Name Allocine Download Video Allocine Download Video
ID egbbcjknkgcgcfbejmkfeecjddfdmjkk
Official URL https://chrome.google.com/webstore/detail/allocine-download-video/egbbcjknkgcgcfbejmkfeecjddfdmjkk
Description Block Advert & download video from allocine
File Size 102 KB
Installation Count 87
Current Version 1.1
Last Updated 2016-01-21
Publish Date 2016-01-21
Rating 3.33/5 Total 3 Ratings
Developer http://dyrk.org
Email [email protected]
Payment Type free
Extension Website http://dyrk.org/?p=3097
Supported Languages fr
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": {
        "128": "icon48.png",
        "16": "icon48.png",
        "48": "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"
}