Flanny Live

Sois notifié de chaque live et interagis en direct avec ta streameuse préférée !

Flanny Liveとは何ですか?

Flanny Liveはfschmitt.devによって開発されたChromeの拡張機能で、その主な機能は「Sois notifié de chaque live et interagis en direct avec ta streameuse préférée !」です。

拡張機能のスクリーンショット

screenshot

Flanny Live拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Sois notifié quand Flanny lance un live et viens interagir avec ta vidéaste préférée !

Sois présent à tous les lives grâce à cette extension !
Le brocoli devient vert lorsque Flanny est en live !
Pour rejoindre le live, clique sur l'icône du brocoli et interagis avec elle sur le chat du live !


Développé par Franck. Contact: [email protected]                    

拡張機能の基本情報

名前 Flanny Live Flanny Live
ID ndamdnoomlpfejlhogpdbppcohlfjfnj
公式URL https://chrome.google.com/webstore/detail/flanny-live/ndamdnoomlpfejlhogpdbppcohlfjfnj
説明 Sois notifié de chaque live et interagis en direct avec ta streameuse préférée !
ファイルサイズ 71.78 KB
インストール数 94
現在のバージョン 1.7
最終更新日 2018-09-30
公開日 2018-09-30
評価 5.00/5 合計 4 レビュー
開発者 fschmitt.dev
Eメール [email protected]
支払い方法 free
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.7",
    "name": "Flanny Live",
    "description": "Sois notifi\u00e9 de chaque live et interagis en direct avec ta streameuse pr\u00e9f\u00e9r\u00e9e !",
    "icons": {
        "128": "icon_notification.png"
    },
    "browser_action": {
        "default_popup": "pluginWindow.html"
    },
    "background": {
        "scripts": [
            "update.js"
        ]
    },
    "permissions": [
        "alarms",
        "notifications"
    ]
}