Jstris Companion
A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…
What is Jstris Companion?
Jstris Companion is a Chrome extension developed by Sean Earle, and its main feature is "A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…".
Extension Screenshots
Download Jstris Companion Extension CRX File
Download Jstris Companion 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
A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for all keys, and inject your own CSS/JS!
Extension Basic Information
Name | |
ID | hcfobmlocggcombmbgpncmbknnggjlkf |
Official URL | https://chromewebstore.google.com/detail/jstris-companion/hcfobmlocggcombmbgpncmbknnggjlkf |
Description | A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for… |
File Size | 12.27 KB |
Installation Count | 557 |
Current Version | 0.3 |
Last Updated | 2019-10-13 |
Publish Date | 2019-10-13 |
Rating | 4.43/5 Total 7 Ratings |
Developer | Sean Earle |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jstris Companion", "version": "0.3", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/jstris.jezevec10.com\/*" ], "js": [ "jstris-companion.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "icon.png" } }, "icons": { "64": "icon.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |