Allocine Download Video

Block Advert & download video from allocine

Wat is Allocine Download Video?

Allocine Download Video is een Chrome-extensie ontwikkeld door http://dyrk.org, en de belangrijkste functie is "Block Advert & download video from allocine".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Allocine Download Video

Download Allocine Download Video-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Allocine Download Video Allocine Download Video
ID egbbcjknkgcgcfbejmkfeecjddfdmjkk
Officiële URL https://chrome.google.com/webstore/detail/allocine-download-video/egbbcjknkgcgcfbejmkfeecjddfdmjkk
Beschrijving Block Advert & download video from allocine
Bestandsgrootte 102 KB
Aantal Installaties 87
Huidige Versie 1.1
Laatst Bijgewerkt 2016-01-21
Publicatiedatum 2016-01-21
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar http://dyrk.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://dyrk.org/?p=3097
Ondersteunde Talen 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"
}