Samuse Live
Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement !
Samuse Liveとは何ですか?
Samuse LiveはKyeanuによって開発されたChromeの拡張機能で、その主な機能は「Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement !」です。
拡張機能のスクリーンショット
Samuse Live拡張機能のCRXファイルをダウンロード
Samuse Live拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement ! ENG : with this extension, be informed when Samuse is Live and join directly! Fonctionnalités : - notifications des lives et rediffusions - accès rapide au live twitch et aux réseaux sociaux - icone d'extension indiquant le status (jaune = en live orange = rediffusion gris = hors ligne) - préviualisation du stream
拡張機能の基本情報
名前 | |
ID | moincjcjbodmadfmenljmoeffcpenenj |
公式URL | https://chromewebstore.google.com/detail/samuse-live/moincjcjbodmadfmenljmoeffcpenenj |
説明 | Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement ! |
ファイルサイズ | 3.36 MB |
インストール数 | 30 |
現在のバージョン | 3 |
最終更新日 | 2021-07-26 |
公開日 | 2020-04-30 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Kyeanu |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://netick.io/privacy.html |
ヘルプページのURL | https://netick.io/privacy.html |
プライバシーポリシーページのURL | https://netick.io/privacy.html |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Samuse Live", "description": "Gr\u00e2ce \u00e0 cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement !", "version": "3", "browser_action": { "default_popup": "index.html" }, "icons": { "64": "img\/icon_on2.png" }, "background": { "scripts": [ ".\/js\/jquery.js", ".\/js\/background.js" ], "persistent": true }, "options_page": "options.html", "permissions": [ "notifications" ] } |