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…
Cos'è usefulness extension?
usefulness extension è un'estensione di Chrome sviluppata da mroscarfinley, e la sua funzione principale è "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…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione usefulness extension
Scarica i file di estensione usefulness extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | usefulness extension |
ID | mcikgnlogepdidaonhdkopokgcnapbpi |
URL Ufficiale | https://chromewebstore.google.com/detail/usefulness-extension/mcikgnlogepdidaonhdkopokgcnapbpi |
Descrizione | 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… |
Dimensione del File | 62.2 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2019-05-02 |
Data di Pubblicazione | 2019-05-01 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | mroscarfinley |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://sites.google.com/view/the-usefulness-extension/home |
URL della Pagina di Aiuto | https://sites.google.com/view/the-usefulness-extension/home |
Lingue Supportate | 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" } } |