Ggbb528now
勝敗難免開台通知
What is Ggbb528now?
Ggbb528now is a Chrome extension developed by water2924, and its main feature is "勝敗難免開台通知".
Extension Screenshots
Download Ggbb528now Extension CRX File
Download Ggbb528now extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
## 功能 - 勝敗 Twitch/FB/YT/OPGG 連結 - 勝敗帳號 OP.GG 最新排位資訊 - 勝敗 Twitch 開台通知 - 勝敗 Twitch Vod 連結 - 勝敗 Twitch 聊天室對話紀錄 ## 授權 本套件參考 [GodJJNow](https://github.com/kakapontw/GodJJNow) 並取得 kakapontw 授權 ## 更新日誌請至 github 上查閱 https://github.com/ggbb528/ggbb528now
Extension Basic Information
Name | Ggbb528now |
ID | dhhfpfobgcgjpecokdfpdjnkhejelfko |
Official URL | https://chromewebstore.google.com/detail/ggbb528now/dhhfpfobgcgjpecokdfpdjnkhejelfko |
Description | 勝敗難免開台通知 |
File Size | 349 KB |
Installation Count | 281 |
Current Version | 1.0.11 |
Last Updated | 2023-10-15 |
Publish Date | 2022-04-21 |
Rating | 5.00/5 Total 10 Ratings |
Developer | water2924 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ggbb528/ggbb528now |
Supported Languages | 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" ] } |