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 |
官方網址 | 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) |
電子郵箱 | [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" } } |