robots.txt emulator
blocks urls based on robots.txt
ما هو robots.txt emulator؟
robots.txt emulator هو إضافة Chrome تم تطويرها بواسطة https://valentin.app، والميزة الرئيسية لها هي "blocks urls based on robots.txt".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة robots.txt emulator
قم بتنزيل ملفات الامتداد robots.txt emulator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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", " |