VoD by AT extension pour Chrome

VoD by AT extension pour Chrome

Cos'è VoD by AT extension pour Chrome?

VoD by AT extension pour Chrome è un'estensione di Chrome sviluppata da www.vod.at.dz, e la sua funzione principale è "VoD by AT extension pour Chrome".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VoD by AT extension pour Chrome

Scarica i file di estensione VoD by AT extension pour Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        VoD by AT is a Video on Demand service provided by Algérie Telecom, it enables ADSL customers to watch videos of all kinds of categories (movies, series, documentaries ...) either by streaming or by temporary download.                    

Informazioni di Base sull'Estensione

Nome VoD by AT extension pour Chrome VoD by AT extension pour Chrome
ID afifaookdboclhkcdngpcedafbnfnafb
URL Ufficiale https://chromewebstore.google.com/detail/vod-by-at-extension-pour/afifaookdboclhkcdngpcedafbnfnafb
Descrizione VoD by AT extension pour Chrome
Dimensione del File 16.01 KB
Conteggio Installazioni 100
Versione Corrente 3.9.3
Ultimo Aggiornamento 2017-12-13
Data di Pubblicazione 2017-12-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore www.vod.at.dz
Tipo di Pagamento free
Lingue Supportate en,fr,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "3.9.3",
    "description": "__MSG_appDescription__",
    "author": {
        "name": "www.vod.at.dz",
        "birth": 2017
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "permissions": [
        "nativeMessaging",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.vod.at.dz:*\/*.jsp*"
        ]
    }
}