АнтиМат ПРО

Блокирует весь мат на просторах интернета.

What is АнтиМат ПРО?

АнтиМат ПРО is a Chrome extension developed by OSV IT-Studio, and its main feature is "Блокирует весь мат на просторах интернета.".

Extension Screenshots

screenshot
screenshot
screenshot

Download АнтиМат ПРО Extension CRX File

Download АнтиМат ПРО 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

                        С расширением "АнтиМат PRO" для Google Chrome вы забудете о мате в интернете навсегда.
АнтиМат PRO блокирует 782 матерных слов.

Если нашли ошибку в работе расширения, пожалуйста, сообщайте об этом в Саппорт vk.cc/6owQet                    

Extension Basic Information

Name АнтиМат ПРО АнтиМат ПРО
ID ndbhbkhogjmjjjcbemkhlomigjgmdalh
Official URL https://chromewebstore.google.com/detail/%D0%B0%D0%BD%D1%82%D0%B8%D0%BC%D0%B0%D1%82-%D0%BF%D1%80%D0%BE/ndbhbkhogjmjjjcbemkhlomigjgmdalh
Description Блокирует весь мат на просторах интернета.
File Size 45.9 KB
Installation Count 150
Current Version 1.23.28
Last Updated 2021-03-24
Publish Date 2020-04-28
Rating 4.00/5 Total 5 Ratings
Developer OSV IT-Studio
Payment Type free
Extension Website https://vk.com/antimatpro
Help Page URL https://vk.com/topic-142978997_37149917
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0410\u043d\u0442\u0438\u041c\u0430\u0442 \u041f\u0420\u041e",
    "short_name": "\u0410\u043d\u0442\u0438\u041c\u0430\u0442",
    "version": "1.23.28",
    "background": {
        "scripts": [
            "Ban.js"
        ]
    },
    "icons": {
        "16": "32.png",
        "48": "128.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/vk.com\/*",
        "storage"
    ],
    "description": "\u0411\u043b\u043e\u043a\u0438\u0440\u0443\u0435\u0442 \u0432\u0435\u0441\u044c \u043c\u0430\u0442 \u043d\u0430 \u043f\u0440\u043e\u0441\u0442\u043e\u0440\u0430\u0445 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0430.",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html#optionsV2",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "Ban.js",
                "DobBan.js",
                "BanText.js",
                "Mat.js",
                "Hotfix.js",
                "TablicaAntiMat.js",
                "TablicaAntiMat2.js",
                "AY.js",
                "Installation.js",
                "X0.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}