VoD by AT extension pour Chrome

VoD by AT extension pour Chrome

Vad är VoD by AT extension pour Chrome?

VoD by AT extension pour Chrome är en Chrome-tillägg utvecklad av www.vod.at.dz, och dess huvudfunktion är "VoD by AT extension pour Chrome".

Tilläggsskärmbilder

screenshot

Ladda ner VoD by AT extension pour Chrome-förlängningens CRX-fil

Ladda ner VoD by AT extension pour Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn VoD by AT extension pour Chrome VoD by AT extension pour Chrome
ID afifaookdboclhkcdngpcedafbnfnafb
Officiell webbadress https://chromewebstore.google.com/detail/vod-by-at-extension-pour/afifaookdboclhkcdngpcedafbnfnafb
Beskrivning VoD by AT extension pour Chrome
Filstorlek 16.01 KB
Antal Installationer 100
Aktuell Version 3.9.3
Senast Uppdaterad 2017-12-13
Publiceringsdatum 2017-12-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare www.vod.at.dz
Betalningssätt free
Stödda Språk 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*"
        ]
    }
}