Ggbb528now
勝敗難免開台通知
Wat is Ggbb528now?
Ggbb528now is een Chrome-extensie ontwikkeld door water2924, en de belangrijkste functie is "勝敗難免開台通知".
Extensie Screenshots
Download het CRX-bestand van de extensie Ggbb528now
Download Ggbb528now-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
## 功能
- 勝敗 Twitch/FB/YT/OPGG 連結
- 勝敗帳號 OP.GG 最新排位資訊
- 勝敗 Twitch 開台通知
- 勝敗 Twitch Vod 連結
- 勝敗 Twitch 聊天室對話紀錄
## 授權
本套件參考 [GodJJNow](https://github.com/kakapontw/GodJJNow) 並取得 kakapontw 授權
## 更新日誌請至 github 上查閱
https://github.com/ggbb528/ggbb528now Basisinformatie over de Extensie
| Naam | |
| ID | dhhfpfobgcgjpecokdfpdjnkhejelfko |
| Officiële URL | https://chromewebstore.google.com/detail/ggbb528now/dhhfpfobgcgjpecokdfpdjnkhejelfko |
| Beschrijving | 勝敗難免開台通知 |
| Bestandsgrootte | 349 KB |
| Aantal Installaties | 281 |
| Huidige Versie | 1.0.11 |
| Laatst Bijgewerkt | 2023-10-15 |
| Publicatiedatum | 2022-04-21 |
| Beoordeling | 5.00/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | water2924 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ggbb528/ggbb528now |
| Ondersteunde Talen | 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"
]
} | |