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”。
扩展截图
下载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 |
ID | afifaookdboclhkcdngpcedafbnfnafb |
官方URL | 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*" ] } } |