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…

O que é usefulness extension?

usefulness extension é uma extensão do Chrome desenvolvida por mroscarfinley, e sua principal característica é "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…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão usefulness extension

Baixe arquivos de extensão usefulness extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome usefulness extension usefulness extension
ID mcikgnlogepdidaonhdkopokgcnapbpi
URL Oficial https://chromewebstore.google.com/detail/usefulness-extension/mcikgnlogepdidaonhdkopokgcnapbpi
Descrição 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…
Tamanho do Arquivo 62.2 KB
Contagem de Instalações 29
Versão Atual 1.2.1
Última Atualização 2019-05-02
Data de Publicação 2019-05-01
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor mroscarfinley
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://sites.google.com/view/the-usefulness-extension/home
URL da Página de Ajuda https://sites.google.com/view/the-usefulness-extension/home
Idiomas Suportados 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"
    }
}