Hide it now!

Hide unwanted element on any websites!

Vad är Hide it now!?

Hide it now! är en Chrome-tillägg utvecklad av supertomlai, och dess huvudfunktion är "Hide unwanted element on any websites!".

Tilläggsskärmbilder

screenshot

Ladda ner Hide it now!-förlängningens CRX-fil

Ladda ner Hide it now!-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

                        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.                    

Grundläggande Information om Tillägg

Namn Hide it now! Hide it now!
ID ielggdbamjmfoiennlibhkknhopncipl
Officiell webbadress https://chromewebstore.google.com/detail/hide-it-now/ielggdbamjmfoiennlibhkknhopncipl
Beskrivning Hide unwanted element on any websites!
Filstorlek 28.92 KB
Antal Installationer 168
Aktuell Version 1.0
Senast Uppdaterad 2015-03-19
Publiceringsdatum 2015-03-18
Betyg 3.63/5 Totalt 8 Betyg
Utvecklare supertomlai
Betalningssätt free
Stödda Språk 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"
    ]
}