GodJJ Now
是一款真正的JJ套件
What is GodJJ Now?
GodJJ Now is a Chrome extension developed by kakapon.tw, and its main feature is "是一款真正的JJ套件".
Extension Screenshots
Download GodJJ Now Extension CRX File
Download GodJJ Now extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
方便大家及時了解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
Extension Basic Information
Name | GodJJ Now |
ID | blinlknnpdpmchjdimpiiinbamgbnbmd |
Official URL | https://chromewebstore.google.com/detail/godjj-now/blinlknnpdpmchjdimpiiinbamgbnbmd |
Description | 是一款真正的JJ套件 |
File Size | 1.55 MB |
Installation Count | 2,396 |
Current Version | 2.3.3 |
Last Updated | 2023-08-17 |
Publish Date | 2020-03-28 |
Rating | 4.99/5 Total 235 Ratings |
Developer | kakapon.tw |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/kakapontw/GodJJNow |
Help Page URL | https://github.com/kakapontw/GodJJNow |
Supported Languages | 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" } } |