RKN Alert

Показывает цветом иконки, внесён ли сайт в реестр Роскомнадзора.

What is RKN Alert?

RKN Alert is a Chrome extension developed by Maris, and its main feature is "Показывает цветом иконки, внесён ли сайт в реестр Роскомнадзора.".

Extension Screenshots

screenshot

Download RKN Alert Extension CRX File

Download RKN Alert 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

                        Статья на Хабре - https://habr.com/post/425831/

Расширение показывает сайты и ip, заблокированные Роскомнадзором, в виде иконки. Если адрес или ip значатся в реестре, то иконка станет красной для данной вкладки. Это простое расширение. Работает быстро.

База РКН целиком скачивается из Интернета, затем периодически обновляется.

----------
Буду рад, если кто-то поделится базой вечно заблокированных сайтов (их около 4000).                    

Extension Basic Information

Name RKN Alert RKN Alert
ID mdbffnnpjhnfmnenfkffjohdgjfeiodn
Official URL https://chromewebstore.google.com/detail/rkn-alert/mdbffnnpjhnfmnenfkffjohdgjfeiodn
Description Показывает цветом иконки, внесён ли сайт в реестр Роскомнадзора.
File Size 71.96 KB
Installation Count 1,236
Current Version 0.18.9
Last Updated 2019-05-21
Publish Date 2019-05-20
Rating 4.36/5 Total 11 Ratings
Developer Maris
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RKN Alert",
    "short_name": "RKN Alert",
    "description": "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u0446\u0432\u0435\u0442\u043e\u043c \u0438\u043a\u043e\u043d\u043a\u0438, \u0432\u043d\u0435\u0441\u0451\u043d \u043b\u0438 \u0441\u0430\u0439\u0442 \u0432 \u0440\u0435\u0435\u0441\u0442\u0440 \u0420\u043e\u0441\u043a\u043e\u043c\u043d\u0430\u0434\u0437\u043e\u0440\u0430.",
    "version": "0.18.9",
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png"
    },
    "permissions": [
        "webRequest",
        "",
        "tabs"
    ],
    "content_scripts": [
        {
            "js": [
                "check.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "init.js",
            "lib\/punycode.js",
            "lib\/is_site_online.js",
            "lib\/dns.js",
            "lib\/domains.js",
            "lib\/icon.js",
            "lib\/indexed_db.js",
            "lib\/get_ip.js",
            "background.js"
        ]
    },
    "options_ui": {
        "open_in_tab": true,
        "chrome_style": true,
        "page": "options\/options.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo_16.png",
            "32": "images\/logo_32.png",
            "48": "images\/logo_48.png"
        },
        "default_title": "RKN Alert",
        "default_popup": "popup\/popup.html"
    }
}