robots.txt emulator
blocks urls based on robots.txt
Apa itu robots.txt emulator?
robots.txt emulator adalah ekstensi Chrome yang dikembangkan oleh https://valentin.app, dan fitur utamanya adalah "blocks urls based on robots.txt".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi robots.txt emulator
Unduh file ekstensi robots.txt emulator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | robots.txt emulator |
ID | cldmcdbiamkoeaidilgnjdppgmomocfh |
URL Resmi | https://chromewebstore.google.com/detail/robotstxt-emulator/cldmcdbiamkoeaidilgnjdppgmomocfh |
Deskripsi | blocks urls based on robots.txt |
Ukuran File | 211 KB |
Jumlah Instalasi | 69 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2018-10-09 |
Tanggal Publikasi | 2018-10-09 |
Pengembang | https://valentin.app |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://valentin.app/ |
Bahasa yang Didukung | 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", " |