Helium

INFLATE THE INTERNET!

What is Helium?

Helium is a Chrome extension developed by http://tifslama.com, and its main feature is "INFLATE THE INTERNET!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Helium Extension CRX File

Download Helium extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Helium Helium
ID hmbnhlmnpnppfhaeoaegeloegkpkbnfm
Official URL https://chrome.google.com/webstore/detail/helium/hmbnhlmnpnppfhaeoaegeloegkpkbnfm
Description INFLATE THE INTERNET!
File Size 47.54 KB
Installation Count 132
Current Version 1.0.2
Last Updated 2017-01-17
Publish Date 2017-01-17
Rating 5.00/5 Total 4 Ratings
Developer http://tifslama.com
Payment Type free
Supported Languages 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"
    ]
}