Hide it now!

Hide unwanted element on any websites!

Cos'è Hide it now!?

Hide it now! è un'estensione di Chrome sviluppata da supertomlai, e la sua funzione principale è "Hide unwanted element on any websites!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hide it now!

Scarica i file di estensione Hide it now! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hide it now! Hide it now!
ID ielggdbamjmfoiennlibhkknhopncipl
URL Ufficiale https://chromewebstore.google.com/detail/hide-it-now/ielggdbamjmfoiennlibhkknhopncipl
Descrizione Hide unwanted element on any websites!
Dimensione del File 28.92 KB
Conteggio Installazioni 168
Versione Corrente 1.0
Ultimo Aggiornamento 2015-03-19
Data di Pubblicazione 2015-03-18
Valutazione 3.63/5 Totale 8 Valutazioni
Sviluppatore supertomlai
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}