robots.txt emulator
blocks urls based on robots.txt
Qu'est-ce que robots.txt emulator ?
robots.txt emulator est une extension Chrome développée par https://valentin.app, et sa fonction principale est "blocks urls based on robots.txt".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension robots.txt emulator
Téléchargez les fichiers d'extension robots.txt emulator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | robots.txt emulator |
ID | cldmcdbiamkoeaidilgnjdppgmomocfh |
URL Officiel | https://chromewebstore.google.com/detail/robotstxt-emulator/cldmcdbiamkoeaidilgnjdppgmomocfh |
Description | blocks urls based on robots.txt |
Taille du Fichier | 211 KB |
Nombre d'Installations | 69 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-10-09 |
Date de Publication | 2018-10-09 |
Développeur | https://valentin.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://valentin.app/ |
Langues Prises en Charge | 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", " |