Ouatdefok en direct - 0.1.8

GoPex ou la bonne nuitance. Vérification Live On

Ouatdefok en direct - 0.1.8란 무엇입니까?

Ouatdefok en direct - 0.1.8은(는) Monsieur_Drik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GoPex ou la bonne nuitance. Vérification Live On"입니다.

확장 프로그램 스크린샷

screenshot

Ouatdefok en direct - 0.1.8 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ouatdefok est il en live ?
Une alerte sonore et visuelle vous avertira de la présence du live sur Twitch. Elle apparaîtra en bas de votre écran. L'icone de l'extension changera également de couleur. 
La vérification est effectuée toutes les minutes. 
Bon live avec le NBC !                    

확장 프로그램 기본 정보

이름 Ouatdefok en direct - 0.1.8 Ouatdefok en direct - 0.1.8
ID adggaajenlejmhpjioknacooflniilhj
공식 URL https://chromewebstore.google.com/detail/ouatdefok-en-direct-018/adggaajenlejmhpjioknacooflniilhj
설명 GoPex ou la bonne nuitance. Vérification Live On
파일 크기 293 KB
설치 횟수 37
현재 버전 0.1.8
최근 업데이트 2023-06-15
출시 날짜 2020-08-04
평점 5.00/5 총 2 개의 평점
개발자 Monsieur_Drik
이메일 [email protected]
결제 유형 free
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ouatdefok en direct - 0.1.8",
    "description": "GoPex ou la bonne nuitance. V\u00e9rification Live On ",
    "version": "0.1.8",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "img\/icon-off-64.png"
    },
    "icons": {
        "64": "img\/icon-on-64.png",
        "128": "img\/icon-on-128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/config.js",
            "js\/functions.js",
            "js\/initialization.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications"
    ]
}