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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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", " |