Hide it now!

Hide unwanted element on any websites!

Hide it now!とは何ですか?

Hide it now!はsupertomlaiによって開発されたChromeの拡張機能で、その主な機能は「Hide unwanted element on any websites!」です。

拡張機能のスクリーンショット

screenshot

Hide it now!拡張機能のCRXファイルをダウンロード

Hide it now!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Hide it now! Hide it now!
ID ielggdbamjmfoiennlibhkknhopncipl
公式URL https://chromewebstore.google.com/detail/hide-it-now/ielggdbamjmfoiennlibhkknhopncipl
説明 Hide unwanted element on any websites!
ファイルサイズ 28.92 KB
インストール数 168
現在のバージョン 1.0
最終更新日 2015-03-19
公開日 2015-03-18
評価 3.63/5 合計 8 レビュー
開発者 supertomlai
支払い方法 free
対応言語 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"
    ]
}