Helium

INFLATE THE INTERNET!

Qu'est-ce que Helium ?

Helium est une extension Chrome développée par http://tifslama.com, et sa fonction principale est "INFLATE THE INTERNET!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Helium

Téléchargez les fichiers d'extension Helium au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Helium Helium
ID hmbnhlmnpnppfhaeoaegeloegkpkbnfm
URL Officiel https://chrome.google.com/webstore/detail/helium/hmbnhlmnpnppfhaeoaegeloegkpkbnfm
Description INFLATE THE INTERNET!
Taille du Fichier 47.54 KB
Nombre d'Installations 132
Version Actuelle 1.0.2
Dernière Mise à Jour 2017-01-17
Date de Publication 2017-01-17
Évaluation 5.00/5 Total 4 Évaluations
Développeur http://tifslama.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}