Helium

INFLATE THE INTERNET!

O que é Helium?

Helium é uma extensão do Chrome desenvolvida por http://tifslama.com, e sua principal característica é "INFLATE THE INTERNET!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Helium

Baixe arquivos de extensão Helium 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

                        If you spend time on the internet and also like balloons, this is your dream come true.

Click on the Helium icon (yay!) and then try rolling over or clicking any element on the page.

Current features include: inflating, deflating, and popping. There are no plans for additional features.

When activated, Helium renders any webpage just about useless—but that's what makes it fun.                    

Informações Básicas da Extensão

Nome Helium Helium
ID hmbnhlmnpnppfhaeoaegeloegkpkbnfm
URL Oficial https://chrome.google.com/webstore/detail/helium/hmbnhlmnpnppfhaeoaegeloegkpkbnfm
Descrição INFLATE THE INTERNET!
Tamanho do Arquivo 47.54 KB
Contagem de Instalações 132
Versão Atual 1.0.2
Última Atualização 2017-01-17
Data de Publicação 2017-01-17
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor http://tifslama.com
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Helium",
    "description": "INFLATE THE INTERNET!",
    "version": "1.0.2",
    "homepage_url": "http:\/\/tifslama.com\/",
    "icons": {
        "16": "helium_logo_19_on.png",
        "48": "helium_logo_48.png",
        "128": "helium_logo_128.png"
    },
    "browser_action": {
        "name": "Mouseover to inflate",
        "default_icon": "helium_logo_19_off.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-1.11.1.min.js"
            ]
        }
    ],
    "permissions": [
        "background",
        "tabs",
        "notifications",
        "",
        "file:\/\/\/*\/*",
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "activeTab",
        "pageCapture"
    ]
}