Ad Remover

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

What is Ad Remover?

Ad Remover is a Chrome extension developed by hitrick84, and its main feature is "Remove ads from left column vk.com, you can customize content script for other sites".

Download Ad Remover Extension CRX File

Download Ad Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Just install extension and ads dissappear                    

Extension Basic Information

Name Ad Remover Ad Remover
ID jjeimacdppjfhdemmooaikopdencflna
Official URL https://chromewebstore.google.com/detail/ad-remover/jjeimacdppjfhdemmooaikopdencflna
Description Remove ads from left column vk.com, you can customize content script for other sites
File Size 9.47 KB
Installation Count 81
Current Version 0.0.1
Last Updated 2017-02-28
Publish Date 2017-02-28
Rating 5.00/5 Total 1 Ratings
Developer hitrick84
Payment Type free
Supported Languages 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"
    ]
}