VoD by AT extension pour Chrome

VoD by AT extension pour Chrome

Qu'est-ce que VoD by AT extension pour Chrome ?

VoD by AT extension pour Chrome est une extension Chrome développée par www.vod.at.dz, et sa fonction principale est "VoD by AT extension pour Chrome".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VoD by AT extension pour Chrome

Téléchargez les fichiers d'extension VoD by AT extension pour Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom VoD by AT extension pour Chrome VoD by AT extension pour Chrome
ID afifaookdboclhkcdngpcedafbnfnafb
URL Officiel https://chromewebstore.google.com/detail/vod-by-at-extension-pour/afifaookdboclhkcdngpcedafbnfnafb
Description VoD by AT extension pour Chrome
Taille du Fichier 16.01 KB
Nombre d'Installations 100
Version Actuelle 3.9.3
Dernière Mise à Jour 2017-12-13
Date de Publication 2017-12-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur www.vod.at.dz
Type de Paiement free
Langues Prises en Charge 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*"
        ]
    }
}