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"입니다.

확장 프로그램 스크린샷

screenshot

VoD by AT extension pour Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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*"
        ]
    }
}