Paranoi4k Extension

Extension officiel de @paranoi4k, soyez averti lorsqu'un live Twitch est lancé

Paranoi4k Extension란 무엇입니까?

Paranoi4k Extension은(는) Zaekof에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension officiel de @paranoi4k, soyez averti lorsqu'un live Twitch est lancé"입니다.

확장 프로그램 스크린샷

screenshot

Paranoi4k Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extension officiel de @paranoi4k, soyez averti lorsqu'une nouvelle vidéo est publiée et quand un live Twitch est lancé.                    

확장 프로그램 기본 정보

이름 Paranoi4k Extension Paranoi4k Extension
ID dmgjmgoaamclmnlmdhjnkanflillacmh
공식 URL https://chromewebstore.google.com/detail/paranoi4k-extension/dmgjmgoaamclmnlmdhjnkanflillacmh
설명 Extension officiel de @paranoi4k, soyez averti lorsqu'un live Twitch est lancé
파일 크기 262 KB
설치 횟수 14
현재 버전 4.0
최근 업데이트 2022-03-15
출시 날짜 2020-05-03
평점 5.00/5 총 3 개의 평점
개발자 Zaekof
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.twitch.tv/paranoi4k
도움말 페이지 URL https://www.twitter.com/zaekof
지원되는 언어 fr
manifest.json
{
    "name": "Paranoi4k Extension",
    "description": "Extension officiel de @paranoi4k, soyez averti lorsqu'un live Twitch est lanc\u00e9",
    "version": "4.0",
    "developer": {
        "name": "Zaekof",
        "url": "https:\/\/twitter.com\/Zaekof"
    },
    "manifest_version": 3,
    "minimum_opera_version": "53.0",
    "permissions": [
        "identity",
        "storage",
        "alarms",
        "notifications",
        "tabs",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}