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ファイルをダウンロード

FURL3X拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}