Ad Remover

Remove ads from left column vk.com, you can customize content script for other sites

Ad Removerとは何ですか?

Ad Removerはhitrick84によって開発されたChromeの拡張機能で、その主な機能は「Remove ads from left column vk.com, you can customize content script for other sites」です。

Ad Remover拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Just install extension and ads dissappear                    

拡張機能の基本情報

名前 Ad Remover Ad Remover
ID jjeimacdppjfhdemmooaikopdencflna
公式URL https://chromewebstore.google.com/detail/ad-remover/jjeimacdppjfhdemmooaikopdencflna
説明 Remove ads from left column vk.com, you can customize content script for other sites
ファイルサイズ 9.47 KB
インストール数 81
現在のバージョン 0.0.1
最終更新日 2017-02-28
公開日 2017-02-28
評価 5.00/5 合計 1 レビュー
開発者 hitrick84
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Remover",
    "manifest_version": 2,
    "description": "Remove ads from left column vk.com, you can customize content script for other sites",
    "version": "0.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "style_content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "",
        "tabs"
    ]
}