robots.txt emulator
blocks urls based on robots.txt
什麼是robots.txt emulator?
robots.txt emulator是由https://valentin.app開發的Chrome擴展程式,該擴展的主要功能是“blocks urls based on robots.txt”。
擴展截圖
下載robots.txt emulator擴展crx文件
下載robots.txt emulator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | robots.txt emulator |
ID | cldmcdbiamkoeaidilgnjdppgmomocfh |
官方網址 | https://chromewebstore.google.com/detail/robotstxt-emulator/cldmcdbiamkoeaidilgnjdppgmomocfh |
簡介 | blocks urls based on robots.txt |
檔案大小 | 211 KB |
安裝次數 | 69 |
目前版本 | 1.2 |
更新時間 | 2018-10-09 |
上架時間 | 2018-10-09 |
開發者 | https://valentin.app |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://valentin.app/ |
支援的語言 | 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", " |