Jankteki
An enhancement suite for jinteki.net
What is Jankteki?
Jankteki is a Chrome extension developed by https://breakfastdinnertea.co.uk, and its main feature is "An enhancement suite for jinteki.net".
Extension Screenshots
Download Jankteki Extension CRX File
Download Jankteki 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
Extension Basic Information
Name | Jankteki |
ID | dhnigpbnhaoakkcdlhicgeceigopaknm |
Official URL | https://chromewebstore.google.com/detail/jankteki/dhnigpbnhaoakkcdlhicgeceigopaknm |
Description | An enhancement suite for jinteki.net |
File Size | 131 KB |
Installation Count | 544 |
Current Version | 0.6.7 |
Last Updated | 2018-01-03 |
Publish Date | 2018-01-03 |
Rating | 4.67/5 Total 21 Ratings |
Developer | https://breakfastdinnertea.co.uk |
Payment Type | free |
Extension Website | http://github.com/simons/jankteki |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jankteki", "description": "An enhancement suite for jinteki.net", "version": "0.6.7", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_popup": "popup\/popup.html", "default_icon": "icons\/icon48.png" }, "background": { "scripts": [ "lib\/models\/User.js", "lib\/friends.js", "background\/eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.jinteki.net\/*", "https:\/\/www.jinteki.net\/*", "https:\/\/jinteki.zaroth.net\/*" ], "js": [ "lib\/models\/User.js", "lib\/friends.js", "lib\/options.js", "inline\/lobby.js", "inline\/injector.js", "inline\/options.js" ], "css": [ "inline\/jankteki.css" ], "run_at": "document_end" } ], "options_page": "options\/options.html", "web_accessible_resources": [ "inline\/gameboard.js", "inline\/widenHq.js" ], "permissions": [ "contextMenus", "declarativeContent", "notifications", "storage", "http:\/\/jinteki.net\/*", "https:\/\/jinteki.net\/*" ] } |