VoD by AT extension pour Chrome

VoD by AT extension pour Chrome

什麼是VoD by AT extension pour Chrome?

VoD by AT extension pour Chrome是由www.vod.at.dz開發的Chrome擴展程式,該擴展的主要功能是“VoD by AT extension pour Chrome”。

擴展截圖

screenshot

下載VoD by AT extension pour Chrome擴展crx文件

下載VoD by AT extension pour Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 VoD by AT extension pour Chrome VoD by AT extension pour Chrome
ID afifaookdboclhkcdngpcedafbnfnafb
官方網址 https://chromewebstore.google.com/detail/vod-by-at-extension-pour/afifaookdboclhkcdngpcedafbnfnafb
簡介 VoD by AT extension pour Chrome
檔案大小 16.01 KB
安裝次數 100
目前版本 3.9.3
更新時間 2017-12-13
上架時間 2017-12-12
評分 5.00/5 共 1 次評分
開發者 www.vod.at.dz
付費類型 free
支援的語言 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*"
        ]
    }
}