Ggbb528now

勝敗難免開台通知

Apa itu Ggbb528now?

Ggbb528now adalah ekstensi Chrome yang dikembangkan oleh water2924, dan fitur utamanya adalah "勝敗難免開台通知".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ggbb528now

Unduh file ekstensi Ggbb528now dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        ## 功能

- 勝敗 Twitch/FB/YT/OPGG 連結
- 勝敗帳號 OP.GG 最新排位資訊
- 勝敗 Twitch 開台通知
- 勝敗 Twitch Vod 連結
- 勝敗 Twitch 聊天室對話紀錄

## 授權

本套件參考 [GodJJNow](https://github.com/kakapontw/GodJJNow) 並取得 kakapontw 授權

## 更新日誌請至 github 上查閱

https://github.com/ggbb528/ggbb528now                    

Informasi Dasar Ekstensi

Nama Ggbb528now Ggbb528now
ID dhhfpfobgcgjpecokdfpdjnkhejelfko
URL Resmi https://chromewebstore.google.com/detail/ggbb528now/dhhfpfobgcgjpecokdfpdjnkhejelfko
Deskripsi 勝敗難免開台通知
Ukuran File 349 KB
Jumlah Instalasi 281
Versi Saat Ini 1.0.11
Terakhir Diperbarui 2023-10-15
Tanggal Publikasi 2022-04-21
Penilaian 5.00/5 Total 10 Penilaian
Pengembang water2924
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ggbb528/ggbb528now
Bahasa yang Didukung 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"
    ]
}