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
Eメール [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"
}