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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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*"
        ]
    }
}