Helium

INFLATE THE INTERNET!

Wat is Helium?

Helium is een Chrome-extensie ontwikkeld door http://tifslama.com, en de belangrijkste functie is "INFLATE THE INTERNET!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Helium

Download Helium-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Helium Helium
ID hmbnhlmnpnppfhaeoaegeloegkpkbnfm
Officiële URL https://chrome.google.com/webstore/detail/helium/hmbnhlmnpnppfhaeoaegeloegkpkbnfm
Beschrijving INFLATE THE INTERNET!
Bestandsgrootte 47.54 KB
Aantal Installaties 132
Huidige Versie 1.0.2
Laatst Bijgewerkt 2017-01-17
Publicatiedatum 2017-01-17
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar http://tifslama.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}