BenzaieLive
Cette extension vous prévient quand Benzaie commence à streamer !
BenzaieLiveとは何ですか?
BenzaieLiveはlekmerisonによって開発されたChromeの拡張機能で、その主な機能は「Cette extension vous prévient quand Benzaie commence à streamer !」です。
拡張機能のスクリーンショット
BenzaieLive拡張機能のCRXファイルをダウンロード
BenzaieLive拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Envie de savoir quand Benzaie est en live à tout moment ? Cette extension est faîtes pour vous ! L'icône devient verte lorsque Benzaie lance un live, et elle devient rouge lorsque celui-ci se termine, tout simplement !
拡張機能の基本情報
名前 | BenzaieLive |
ID | gkgacljnkfopiclkgobmkcbliopmbfhm |
公式URL | https://chromewebstore.google.com/detail/benzaielive/gkgacljnkfopiclkgobmkcbliopmbfhm |
説明 | Cette extension vous prévient quand Benzaie commence à streamer ! |
ファイルサイズ | 79.09 KB |
インストール数 | 68 |
現在のバージョン | 1.2 |
最終更新日 | 2016-09-19 |
公開日 | 2016-09-19 |
評価 | 4.83/5 合計 6 レビュー |
開発者 | lekmerison |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "parameters.js", "btnlive.js", "chrome.js" ] }, "browser_action": { "default_icon": "iconoff48.png" }, "description": "Cette extension vous pr\u00e9vient quand Benzaie commence \u00e0 streamer !", "icons": { "128": "iconoff128.png", "16": "iconoff16.png", "48": "iconoff48.png" }, "manifest_version": 2, "name": "BenzaieLive", "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "version": "1.2" } |