VoD by AT extension pour Chrome

VoD by AT extension pour Chrome

What is VoD by AT extension pour Chrome?

VoD by AT extension pour Chrome is a Chrome extension developed by www.vod.at.dz, and its main feature is "VoD by AT extension pour Chrome".

Extension Screenshots

screenshot

Download VoD by AT extension pour Chrome Extension CRX File

Download VoD by AT extension pour Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name VoD by AT extension pour Chrome VoD by AT extension pour Chrome
ID afifaookdboclhkcdngpcedafbnfnafb
Official URL https://chromewebstore.google.com/detail/vod-by-at-extension-pour/afifaookdboclhkcdngpcedafbnfnafb
Description VoD by AT extension pour Chrome
File Size 16.01 KB
Installation Count 100
Current Version 3.9.3
Last Updated 2017-12-13
Publish Date 2017-12-12
Rating 5.00/5 Total 1 Ratings
Developer www.vod.at.dz
Payment Type free
Supported Languages 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*"
        ]
    }
}