Ggbb528now
勝敗難免開台通知
Qu'est-ce que Ggbb528now ?
Ggbb528now est une extension Chrome développée par water2924, et sa fonction principale est "勝敗難免開台通知".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ggbb528now
Téléchargez les fichiers d'extension Ggbb528now au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
## 功能 - 勝敗 Twitch/FB/YT/OPGG 連結 - 勝敗帳號 OP.GG 最新排位資訊 - 勝敗 Twitch 開台通知 - 勝敗 Twitch Vod 連結 - 勝敗 Twitch 聊天室對話紀錄 ## 授權 本套件參考 [GodJJNow](https://github.com/kakapontw/GodJJNow) 並取得 kakapontw 授權 ## 更新日誌請至 github 上查閱 https://github.com/ggbb528/ggbb528now
Informations de Base sur l'Extension
Nom | Ggbb528now |
ID | dhhfpfobgcgjpecokdfpdjnkhejelfko |
URL Officiel | https://chromewebstore.google.com/detail/ggbb528now/dhhfpfobgcgjpecokdfpdjnkhejelfko |
Description | 勝敗難免開台通知 |
Taille du Fichier | 349 KB |
Nombre d'Installations | 281 |
Version Actuelle | 1.0.11 |
Dernière Mise à Jour | 2023-10-15 |
Date de Publication | 2022-04-21 |
Évaluation | 5.00/5 Total 10 Évaluations |
Développeur | water2924 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ggbb528/ggbb528now |
Langues Prises en Charge | 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" ] } |