VoD by AT extension pour Chrome

VoD by AT extension pour Chrome

VoD by AT extension pour Chromeคืออะไร?

VoD by AT extension pour Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย www.vod.at.dz และคุณลักษณะหลักของมันคือ "VoD by AT extension pour Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VoD by AT extension pour Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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
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*"
        ]
    }
}