usefulness extension
edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…
What is usefulness extension?
usefulness extension is a Chrome extension developed by mroscarfinley, and its main feature is "edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…".
Extension Screenshots
Download usefulness extension Extension CRX File
Download usefulness extension 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
edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average school kid made by a highschool kid who understands your pain! features: - random number generator - inspirational quote to prevent you dying from depression - annoying noises: - airhorn - yee sound if you have any suggestions please contact [email protected] and check out the website at https://sites.google.com/view/the-usefulness-extension/home edit 1.1: snake game bug fixes and improvements highscore does not currently work yet tetris coming soon edit 1.0: - introducing the snake game! - removed random number generator and 14khz sound due to complaints. may add later.
Extension Basic Information
Name | usefulness extension |
ID | mcikgnlogepdidaonhdkopokgcnapbpi |
Official URL | https://chromewebstore.google.com/detail/usefulness-extension/mcikgnlogepdidaonhdkopokgcnapbpi |
Description | edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average… |
File Size | 62.2 KB |
Installation Count | 29 |
Current Version | 1.2.1 |
Last Updated | 2019-05-02 |
Publish Date | 2019-05-01 |
Rating | 5.00/5 Total 4 Ratings |
Developer | mroscarfinley |
[email protected] | |
Payment Type | free |
Extension Website | https://sites.google.com/view/the-usefulness-extension/home |
Help Page URL | https://sites.google.com/view/the-usefulness-extension/home |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "usefulness extension", "version": "1.2.1", "manifest_version": 2, "permissions": [ "storage" ], "browser_action": { "default_icon": "default-icon.jpg", "default_popup": "popup.html" } } |