VoD by AT extension pour Chrome

VoD by AT extension pour Chrome

VoD by AT extension pour Chrome là gì?

VoD by AT extension pour Chrome là một tiện ích mở rộng Chrome được phát triển bởi www.vod.at.dz, và tính năng chính của nó là "VoD by AT extension pour Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VoD by AT extension pour Chrome

Tải xuống các tệp mở rộng VoD by AT extension pour Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VoD by AT extension pour Chrome VoD by AT extension pour Chrome
ID afifaookdboclhkcdngpcedafbnfnafb
URL Chính Thức https://chromewebstore.google.com/detail/vod-by-at-extension-pour/afifaookdboclhkcdngpcedafbnfnafb
Mô tả VoD by AT extension pour Chrome
Kích Thước Tệp 16.01 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 3.9.3
Cập Nhật Lần Cuối 2017-12-13
Ngày Phát Hành 2017-12-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển www.vod.at.dz
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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*"
        ]
    }
}