Helium
INFLATE THE INTERNET!
Hvad er Helium?
Helium er en Chrome-udvidelse udviklet af http://tifslama.com, og dens hovedfunktion er "INFLATE THE INTERNET!".
Udvidelsesskærmbilleder
Download Helium-udvidelses-CRX-fil
Download Helium-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hmbnhlmnpnppfhaeoaegeloegkpkbnfm |
Officiel URL | https://chrome.google.com/webstore/detail/helium/hmbnhlmnpnppfhaeoaegeloegkpkbnfm |
Beskrivelse | INFLATE THE INTERNET! |
Filstørrelse | 47.54 KB |
Antal Installationer | 132 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2017-01-17 |
Udgivelsesdato | 2017-01-17 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | http://tifslama.com |
Betalingsmetode | free |
Understøttede Sprog | 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", " |