Ggbb528now
勝敗難免開台通知
Cos'è Ggbb528now?
Ggbb528now è un'estensione di Chrome sviluppata da water2924, e la sua funzione principale è "勝敗難免開台通知".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ggbb528now
Scarica i file di estensione Ggbb528now in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
## 功能 - 勝敗 Twitch/FB/YT/OPGG 連結 - 勝敗帳號 OP.GG 最新排位資訊 - 勝敗 Twitch 開台通知 - 勝敗 Twitch Vod 連結 - 勝敗 Twitch 聊天室對話紀錄 ## 授權 本套件參考 [GodJJNow](https://github.com/kakapontw/GodJJNow) 並取得 kakapontw 授權 ## 更新日誌請至 github 上查閱 https://github.com/ggbb528/ggbb528now
Informazioni di Base sull'Estensione
Nome | Ggbb528now |
ID | dhhfpfobgcgjpecokdfpdjnkhejelfko |
URL Ufficiale | https://chromewebstore.google.com/detail/ggbb528now/dhhfpfobgcgjpecokdfpdjnkhejelfko |
Descrizione | 勝敗難免開台通知 |
Dimensione del File | 349 KB |
Conteggio Installazioni | 281 |
Versione Corrente | 1.0.11 |
Ultimo Aggiornamento | 2023-10-15 |
Data di Pubblicazione | 2022-04-21 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | water2924 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ggbb528/ggbb528now |
Lingue Supportate | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ggbb528now", "version": "1.0.11", "description": "\u52dd\u6557\u96e3\u514d\u958b\u53f0\u901a\u77e5", "options_page": "src\/pages\/options\/index.html", "permissions": [ "alarms", "storage", "notifications", "*:\/\/*.twitch.tv\/*", "*:\/\/*.op.gg\/*", "*:\/\/*.ggbb528.com\/*" ], "background": { "page": "src\/pages\/background\/index.html", "persistent": true }, "browser_action": { "default_title": "\u52dd\u6557\u96e3\u514d\u958b\u53f0\u901a\u77e5", "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icons\/icon_32.png" }, "chrome_url_overrides": [], "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "contentStyle.css" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "contentStyle.css", "icons\/icon_16.png", "icons\/icon_32.png", "icons\/icon_48.png", "icons\/icon_128.png" ] } |