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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "VoD by AT extension pour Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VoD by AT extension pour 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*"
        ]
    }
}