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…
Co je usefulness extension?
usefulness extension je rozšíření Chrome vyvinuté mroscarfinley, a jeho hlavní funkcí je „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…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření usefulness extension
Stáhněte si soubory rozšíření usefulness extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | usefulness extension |
ID | mcikgnlogepdidaonhdkopokgcnapbpi |
Oficiální URL | https://chromewebstore.google.com/detail/usefulness-extension/mcikgnlogepdidaonhdkopokgcnapbpi |
Popis | 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… |
Velikost souboru | 62.2 KB |
Počet instalací | 29 |
Aktuální Verze | 1.2.1 |
Poslední Aktualizace | 2019-05-02 |
Datum Vydání | 2019-05-01 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | mroscarfinley |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://sites.google.com/view/the-usefulness-extension/home |
URL Stránky Nápovědy | https://sites.google.com/view/the-usefulness-extension/home |
Podporované Jazyky | 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" } } |