robots.txt emulator

blocks urls based on robots.txt

Hvad er robots.txt emulator?

robots.txt emulator er en Chrome-udvidelse udviklet af https://valentin.app, og dens hovedfunktion er "blocks urls based on robots.txt".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download robots.txt emulator-udvidelses-CRX-fil

Download robots.txt emulator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn robots.txt emulator robots.txt emulator
ID cldmcdbiamkoeaidilgnjdppgmomocfh
Officiel URL https://chromewebstore.google.com/detail/robotstxt-emulator/cldmcdbiamkoeaidilgnjdppgmomocfh
Beskrivelse blocks urls based on robots.txt
Filstørrelse 211 KB
Antal Installationer 69
Nuværende Version 1.2
Senest Opdateret 2018-10-09
Udgivelsesdato 2018-10-09
Udvikler https://valentin.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://valentin.app/
Understøttede Sprog 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"
}