Hide it now!
Hide unwanted element on any websites!
Wat is Hide it now!?
Hide it now! is een Chrome-extensie ontwikkeld door supertomlai, en de belangrijkste functie is "Hide unwanted element on any websites!".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide it now!
Download Hide it now!-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
Hide unwanted ADs or view blocking stuff on the webpage on a mouse click! This Extension will add a right click menu item which let you instantly hide the selected AD/item on the displayed webpage! User may be required to reload webpages to use this extension after installation.
Basisinformatie over de Extensie
Naam | Hide it now! |
ID | ielggdbamjmfoiennlibhkknhopncipl |
Officiële URL | https://chromewebstore.google.com/detail/hide-it-now/ielggdbamjmfoiennlibhkknhopncipl |
Beschrijving | Hide unwanted element on any websites! |
Bestandsgrootte | 28.92 KB |
Aantal Installaties | 168 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-03-19 |
Publicatiedatum | 2015-03-18 |
Beoordeling | 3.63/5 Totaal 8 Beoordelingen |
Ontwikkelaar | supertomlai |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide it now!", "description": "Hide unwanted element on any websites!", "omnibox": { "keyword": "hide" }, "icons": { "16": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "version": "1.0", "minimum_chrome_version": "9", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "mouseclick.js" ], "css": [ "hide_element.css" ] } ], "permissions": [ "activeTab", "contextMenus" ] } |