Jeremysadi Live Extension
Soyez au courant quand votre streameur préféré commence à streamer!
Jeremysadi Live Extensionとは何ですか?
Jeremysadi Live ExtensionはCyannarによって開発されたChromeの拡張機能で、その主な機能は「Soyez au courant quand votre streameur préféré commence à streamer!」です。
拡張機能のスクリーンショット
Jeremysadi Live Extension拡張機能のCRXファイルをダウンロード
Jeremysadi Live Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Soyez au courant lorsque Jeremysadi commencer à streamer. L'icône de l'extension passe au vert et une notification vous est envoyée lorsque Jeremysadi est en Live.
拡張機能の基本情報
名前 | Jeremysadi Live Extension |
ID | daogbelhijghbcaiedbcoeiifolghehe |
公式URL | https://chromewebstore.google.com/detail/jeremysadi-live-extension/daogbelhijghbcaiedbcoeiifolghehe |
説明 | Soyez au courant quand votre streameur préféré commence à streamer! |
ファイルサイズ | 28.01 KB |
インストール数 | 41 |
現在のバージョン | 3.0 |
最終更新日 | 2017-06-22 |
公開日 | 2017-06-22 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Cyannar |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jeremysadi Live Extension", "description": "Soyez au courant quand votre streameur pr\u00e9f\u00e9r\u00e9 commence \u00e0 streamer!", "version": "3.0", "background": { "scripts": [ "parameters.js", "btnlive.js", "chrome.js" ] }, "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "browser_action": { "default_icon": "iconoff48.png" }, "icons": { "16": "iconoff16.png", "48": "iconoff48.png", "128": "iconoff128.png" } } |