robots.txt emulator

blocks urls based on robots.txt

Что такое robots.txt emulator?

robots.txt emulator - это расширение Chrome, разработанное https://valentin.app, и его основная функция - "blocks urls based on robots.txt".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения robots.txt emulator

Скачайте файлы расширений robots.txt emulator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension aims to block all urls based on the rules defined in the robots.txt on the according hosts. You can see what gets blocked, change the robots.txt on the fly and the arguably best feature: it is compatible to Chrome 41.                    

Основная информация о расширении

Название robots.txt emulator robots.txt emulator
ID cldmcdbiamkoeaidilgnjdppgmomocfh
Официальный URL https://chromewebstore.google.com/detail/robotstxt-emulator/cldmcdbiamkoeaidilgnjdppgmomocfh
Описание blocks urls based on robots.txt
Размер файла 211 KB
Количество установок 69
Текущая Версия 1.2
Последнее Обновление 2018-10-09
Дата публикации 2018-10-09
Разработчик https://valentin.app
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://valentin.app/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "robots.txt emulator",
        "default_popup": "popup.html"
    },
    "description": "blocks urls based on robots.txt",
    "manifest_version": 2,
    "name": "robots.txt emulator",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "tabs",
        ""
    ],
    "version": "1.2"
}