robots.txt emulator

blocks urls based on robots.txt

Wat is robots.txt emulator?

robots.txt emulator is een Chrome-extensie ontwikkeld door https://valentin.app, en de belangrijkste functie is "blocks urls based on robots.txt".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie robots.txt emulator

Download robots.txt emulator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam robots.txt emulator robots.txt emulator
ID cldmcdbiamkoeaidilgnjdppgmomocfh
Officiële URL https://chromewebstore.google.com/detail/robotstxt-emulator/cldmcdbiamkoeaidilgnjdppgmomocfh
Beschrijving blocks urls based on robots.txt
Bestandsgrootte 211 KB
Aantal Installaties 69
Huidige Versie 1.2
Laatst Bijgewerkt 2018-10-09
Publicatiedatum 2018-10-09
Ontwikkelaar https://valentin.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://valentin.app/
Ondersteunde Talen 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"
}