Allocine Download Video

Block Advert & download video from allocine

Hvad er Allocine Download Video?

Allocine Download Video er en Chrome-udvidelse udviklet af http://dyrk.org, og dens hovedfunktion er "Block Advert & download video from allocine".

Udvidelsesskærmbilleder

screenshot

Download Allocine Download Video-udvidelses-CRX-fil

Download Allocine Download Video-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Allocine Download Video Allocine Download Video
ID egbbcjknkgcgcfbejmkfeecjddfdmjkk
Officiel URL https://chrome.google.com/webstore/detail/allocine-download-video/egbbcjknkgcgcfbejmkfeecjddfdmjkk
Beskrivelse Block Advert & download video from allocine
Filstørrelse 102 KB
Antal Installationer 87
Nuværende Version 1.1
Senest Opdateret 2016-01-21
Udgivelsesdato 2016-01-21
Bedømmelse 3.33/5 Samlet 3 Bedømmelser
Udvikler http://dyrk.org
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://dyrk.org/?p=3097
Understøttede Sprog 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"
}