АнтиМат ПРО

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

Cos'è АнтиМат ПРО?

АнтиМат ПРО è un'estensione di Chrome sviluppata da OSV IT-Studio, e la sua funzione principale è "Блокирует весь мат на просторах интернета.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione АнтиМат ПРО

Scarica i file di estensione АнтиМат ПРО in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome АнтиМат ПРО АнтиМат ПРО
ID ndbhbkhogjmjjjcbemkhlomigjgmdalh
URL Ufficiale 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
Descrizione Блокирует весь мат на просторах интернета.
Dimensione del File 45.9 KB
Conteggio Installazioni 150
Versione Corrente 1.23.28
Ultimo Aggiornamento 2021-03-24
Data di Pubblicazione 2020-04-28
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore OSV IT-Studio
Tipo di Pagamento free
Sito Web dell'Estensione https://vk.com/antimatpro
URL della Pagina di Aiuto https://vk.com/topic-142978997_37149917
Lingue Supportate 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
        }
    ]
}