IndyAlerts
Powiadomienie kiedy Indy jest online.
IndyAlertsとは何ですか?
IndyAlertsはIndyStarCraft (code: @Karwas1)によって開発されたChromeの拡張機能で、その主な機能は「Powiadomienie kiedy Indy jest online.」です。
拡張機能のスクリーンショット
IndyAlerts拡張機能のCRXファイルをダウンロード
IndyAlerts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Wtyczka powiadamia gdy stream twitch.tv/IndyStarCraft jest online.
拡張機能の基本情報
名前 | |
ID | aclngofmnjllalaibfhcpholagnopbel |
公式URL | https://chromewebstore.google.com/detail/indyalerts/aclngofmnjllalaibfhcpholagnopbel |
説明 | Powiadomienie kiedy Indy jest online. |
ファイルサイズ | 840 KB |
インストール数 | 35 |
現在のバージョン | 1.1 |
最終更新日 | 2019-10-22 |
公開日 | 2019-10-21 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | IndyStarCraft (code: @Karwas1) |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | pl |
manifest.json | |
{ "name": "IndyAlerts", "version": "1.1", "author": "Karwas", "manifest_version": 2, "description": "Powiadomienie kiedy Indy jest online.", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "notifications", "storage", "https:\/\/api.twitch.tv\/*" ], "browser_action": { "default_icon": "img\/offline48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery-2.0.3.min.js", "js\/background.js" ] }, "icons": { "128": "img\/icon512.png", "32": "img\/icon512.png", "48": "img\/icon512.png" } } |