FURL3X

L'extension qui vous notifie quand FURL3X est en live !

FURL3X란 무엇입니까?

FURL3X은(는) FURL3X에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "L'extension qui vous notifie quand FURL3X est en live !"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        L'extension qui vous alerte du lancement d'un live sur la chaîne twitch de FURL3X, elle dispose aussi d'une interface graphique vous proposant divers liens vers ses réseaux sociaux !                    

확장 프로그램 기본 정보

이름 FURL3X FURL3X
ID pgiaobnmblpogenpgphfekkfdnmijdem
공식 URL https://chrome.google.com/webstore/detail/furl3x/pgiaobnmblpogenpgphfekkfdnmijdem
설명 L'extension qui vous notifie quand FURL3X est en live !
파일 크기 173 KB
설치 횟수 78
현재 버전 0.1.4
최근 업데이트 2021-04-03
출시 날짜 2020-09-01
평점 5.00/5 총 5 개의 평점
개발자 FURL3X
이메일 [email protected]
결제 유형 free
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FURL3X",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "assets\/js\/jquery.js",
            "assets\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/icon_48.png"
        },
        "default_title": "Furl3x Live",
        "default_popup": "popup.html"
    },
    "description": "L'extension qui vous notifie quand FURL3X est en live !",
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png"
    },
    "version": "0.1.4"
}