robots.txt emulator
blocks urls based on robots.txt
Vad är robots.txt emulator?
robots.txt emulator är en Chrome-tillägg utvecklad av https://valentin.app, och dess huvudfunktion är "blocks urls based on robots.txt".
Tilläggsskärmbilder
Ladda ner robots.txt emulator-förlängningens CRX-fil
Ladda ner robots.txt emulator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | robots.txt emulator |
ID | cldmcdbiamkoeaidilgnjdppgmomocfh |
Officiell webbadress | https://chromewebstore.google.com/detail/robotstxt-emulator/cldmcdbiamkoeaidilgnjdppgmomocfh |
Beskrivning | blocks urls based on robots.txt |
Filstorlek | 211 KB |
Antal Installationer | 69 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2018-10-09 |
Publiceringsdatum | 2018-10-09 |
Utvecklare | https://valentin.app |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://valentin.app/ |
Stödda Språk | 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", " |