robots.txt emulator
blocks urls based on robots.txt
robots.txt emulator là gì?
robots.txt emulator là một tiện ích mở rộng Chrome được phát triển bởi https://valentin.app, và tính năng chính của nó là "blocks urls based on robots.txt".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng robots.txt emulator
Tải xuống các tệp mở rộng robots.txt emulator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | robots.txt emulator |
ID | cldmcdbiamkoeaidilgnjdppgmomocfh |
URL Chính Thức | https://chromewebstore.google.com/detail/robotstxt-emulator/cldmcdbiamkoeaidilgnjdppgmomocfh |
Mô tả | blocks urls based on robots.txt |
Kích Thước Tệp | 211 KB |
Số Lần Cài Đặt | 69 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-10-09 |
Ngày Phát Hành | 2018-10-09 |
Nhà Phát Triển | https://valentin.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://valentin.app/ |
Ngôn Ngữ Được Hỗ Trợ | 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", " |