robots.txt emulator
blocks urls based on robots.txt
Was ist robots.txt emulator?
robots.txt emulator ist eine Chrome-Erweiterung, die von https://valentin.app entwickelt wurde, und ihr Hauptmerkmal ist "blocks urls based on robots.txt".
Erweiterungsscreenshots
robots.txt emulator-Erweiterungs-CRX-Datei herunterladen
Laden Sie robots.txt emulator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | robots.txt emulator |
ID | cldmcdbiamkoeaidilgnjdppgmomocfh |
Offizielle URL | https://chromewebstore.google.com/detail/robotstxt-emulator/cldmcdbiamkoeaidilgnjdppgmomocfh |
Beschreibung | blocks urls based on robots.txt |
Dateigröße | 211 KB |
Installationsanzahl | 69 |
Aktuelle Version | 1.2 |
Letztes Update | 2018-10-09 |
Veröffentlichungsdatum | 2018-10-09 |
Entwickler | https://valentin.app |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://valentin.app/ |
Unterstützte Sprachen | 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", " |