Hell Rabbits Live
Ne ratez aucun live de la team ;) !
Hell Rabbits Liveとは何ですか?
Hell Rabbits Liveはhttps://hellrabbitsgaming.tvによって開発されたChromeの拡張機能で、その主な機能は「Ne ratez aucun live de la team ;) !」です。
拡張機能のスクリーンショット
Hell Rabbits Live拡張機能のCRXファイルをダウンロード
Hell Rabbits Live拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ne ratez aucun live de la team Hell Rabbits grâce à l'application !
拡張機能の基本情報
名前 | Hell Rabbits Live |
ID | fkgebaegmcnelkblomidkpodmbjemndg |
公式URL | https://chromewebstore.google.com/detail/hell-rabbits-live/fkgebaegmcnelkblomidkpodmbjemndg |
説明 | Ne ratez aucun live de la team ;) ! |
ファイルサイズ | 764 KB |
インストール数 | 11 |
現在のバージョン | 1.6.2 |
最終更新日 | 2017-08-16 |
公開日 | 2017-08-08 |
評価 | 4.50/5 合計 8 レビュー |
開発者 | https://hellrabbitsgaming.tv |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.twitch.tv/hellrabbitsgaming |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hell Rabbits Live", "author": "Thomas Pecriaux", "description": "Ne ratez aucun live de la team ;) !", "version": "1.6.2", "background": { "scripts": [ "libs\/jquery-1.11.2.js", "parameters.js", "background.js", "chrome.js" ] }, "icons": { "256": "icons\/logo256.png", "128": "icons\/logo128.png", "64": "icons\/logo64.png", "32": "icons\/logo32.png" }, "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "browser_action": { "default_title": "Hell Rabbits - offline", "default_popup": "popup.html", "default_icon": "icon_off.png" } } |