robots.txt emulator

blocks urls based on robots.txt

What is robots.txt emulator?

robots.txt emulator is a Chrome extension developed by https://valentin.app, and its main feature is "blocks urls based on robots.txt".

Extension Screenshots

screenshot
screenshot
screenshot

Download robots.txt emulator Extension CRX File

Download robots.txt emulator 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

                        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.                    

Extension Basic Information

Name robots.txt emulator robots.txt emulator
ID cldmcdbiamkoeaidilgnjdppgmomocfh
Official URL https://chromewebstore.google.com/detail/robotstxt-emulator/cldmcdbiamkoeaidilgnjdppgmomocfh
Description blocks urls based on robots.txt
File Size 211 KB
Installation Count 69
Current Version 1.2
Last Updated 2018-10-09
Publish Date 2018-10-09
Developer https://valentin.app
Email [email protected]
Payment Type free
Extension Website https://valentin.app/
Supported Languages 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"
}