Helium
INFLATE THE INTERNET!
Vad är Helium?
Helium är en Chrome-tillägg utvecklad av http://tifslama.com, och dess huvudfunktion är "INFLATE THE INTERNET!".
Tilläggsskärmbilder
Ladda ner Helium-förlängningens CRX-fil
Ladda ner Helium-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | hmbnhlmnpnppfhaeoaegeloegkpkbnfm |
Officiell webbadress | https://chrome.google.com/webstore/detail/helium/hmbnhlmnpnppfhaeoaegeloegkpkbnfm |
Beskrivning | INFLATE THE INTERNET! |
Filstorlek | 47.54 KB |
Antal Installationer | 132 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2017-01-17 |
Publiceringsdatum | 2017-01-17 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | http://tifslama.com |
Betalningssätt | free |
Stödda Språk | 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", " |