GodJJ Now

是一款真正的JJ套件

Qu'est-ce que GodJJ Now ?

GodJJ Now est une extension Chrome développée par kakapon.tw, et sa fonction principale est "是一款真正的JJ套件".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GodJJ Now

Téléchargez les fichiers d'extension GodJJ Now 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

                        方便大家及時了解GodJJ各項資訊

### 線上版本:
- [Chrome版本](https://chrome.google.com/webstore/detail/godjj-now/blinlknnpdpmchjdimpiiinbamgbnbmd)
- [Firefox版本](https://addons.mozilla.org/en-US/firefox/addon/godjj-now-for-firefox/)
- [GitHub](https://github.com/kakapontw/GodJJNow)

### 目前包含:
- Facebook、Youtube、歌單等等相關資訊連結
- LoL戰績摘要
- 圖奇開台通知(含GodJJ鈴聲) (此功能2.3.2已移除)
- JJ聊天室資訊
- 自動點擊"國王的金幣"額外獎勵

### 使用者隱私聲明:
此插件沒有蒐集任何使用者資訊

### 相關授權:
使用MIT授權條款

此專案有使用:
* [jQuery](https://jquery.com/)
* [Chart.js](http://www.chartjs.org/)
* [Bootstrap](https://getbootstrap.com/)
* [Moment.js](https://momentjs.com/)
* [tmi.js](https://www.tmijs.org/)
* [arrive.js](https://github.com/uzairfarooq/arrive)
* [Papa Parse](https://www.papaparse.com/)

* JJ台相關圖片已取得使用許可
* Rank&Link icon made by Freepik from www.flaticon.com, licensed under CC BY 3.0
* Notification icon made by Darius Dan from www.flaticon.com, licensed under CC BY 3.0                    

Informations de Base sur l'Extension

Nom GodJJ Now GodJJ Now
ID blinlknnpdpmchjdimpiiinbamgbnbmd
URL Officiel https://chromewebstore.google.com/detail/godjj-now/blinlknnpdpmchjdimpiiinbamgbnbmd
Description 是一款真正的JJ套件
Taille du Fichier 1.55 MB
Nombre d'Installations 2,396
Version Actuelle 2.3.3
Dernière Mise à Jour 2023-08-17
Date de Publication 2020-03-28
Évaluation 4.99/5 Total 235 Évaluations
Développeur kakapon.tw
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/kakapontw/GodJJNow
URL de la Page d'Aide https://github.com/kakapontw/GodJJNow
Langues Prises en Charge zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GodJJ Now",
    "description": "\u662f\u4e00\u6b3e\u771f\u6b63\u7684JJ\u5957\u4ef6",
    "version": "2.3.3",
    "permissions": [
        "alarms",
        "storage",
        "notifications",
        "webNavigation",
        "*:\/\/*.twitch.tv\/*",
        "*:\/\/*.op.gg\/",
        "https:\/\/docs.google.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "\/js\/arrive.js",
                "\/js\/points-clicker.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "\u9ede\u6211\u67e5\u8a62GodJJ",
        "default_icon": "\/img\/jrobot.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}