GodJJ Now
是一款真正的JJ套件
Wat is GodJJ Now?
GodJJ Now is een Chrome-extensie ontwikkeld door kakapon.tw, en de belangrijkste functie is "是一款真正的JJ套件".
Extensie Screenshots
Download het CRX-bestand van de extensie GodJJ Now
Download GodJJ Now-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
方便大家及時了解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 Basisinformatie over de Extensie
| Naam | |
| ID | blinlknnpdpmchjdimpiiinbamgbnbmd |
| Officiële URL | https://chromewebstore.google.com/detail/godjj-now/blinlknnpdpmchjdimpiiinbamgbnbmd |
| Beschrijving | 是一款真正的JJ套件 |
| Bestandsgrootte | 1.55 MB |
| Aantal Installaties | 2,396 |
| Huidige Versie | 2.3.3 |
| Laatst Bijgewerkt | 2023-08-17 |
| Publicatiedatum | 2020-03-28 |
| Beoordeling | 4.99/5 Totaal 235 Beoordelingen |
| Ontwikkelaar | kakapon.tw |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/kakapontw/GodJJNow |
| Help Pagina-URL | https://github.com/kakapontw/GodJJNow |
| Ondersteunde Talen | 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"
}
} | |