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”。

扩展截图

screenshot
screenshot
screenshot

下载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 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",
        ""
    ],
    "version": "1.2"
}