Avito AD Cleaner

Clear advertising blocks on Avito. Forever

What is Avito AD Cleaner?

Avito AD Cleaner is a Chrome extension developed by Ilya Poroshin, and its main feature is "Clear advertising blocks on Avito. Forever".

Extension Screenshots

screenshot

Download Avito AD Cleaner Extension CRX File

Download Avito AD Cleaner 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

                        Скрывает рекламу, даже проплаченую и ту которую пропускают расширения Adblock. Пользоваться Авито теперь приятно и легко. А мышка не норовит попасть в рекламу, которая внезапно подгрузилась.                    

Extension Basic Information

Name Avito AD Cleaner Avito AD Cleaner
ID hfejmmmijgaalnfdfejnifeaojeijeaf
Official URL https://chrome.google.com/webstore/detail/avito-ad-cleaner/hfejmmmijgaalnfdfejnifeaojeijeaf
Description Clear advertising blocks on Avito. Forever
File Size 50.89 KB
Installation Count 268
Current Version 1.0
Last Updated 2018-03-17
Publish Date 2018-03-17
Rating 4.00/5 Total 1 Ratings
Developer Ilya Poroshin
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Avito AD Cleaner",
    "version": "1.0",
    "description": "Clear advertising blocks on Avito. Forever",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "tabs",
        "background",
        "*:\/\/avito.ru\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.avito.ru\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-2.1.4.min.js",
                "js\/main.js"
            ],
            "run_at": "document_end"
        }
    ]
}