robots.txt viewer

look into a robots.txt file on websites with a single click.

What is robots.txt viewer?

robots.txt viewer is a Chrome extension developed by https://robots-viewer.com, and its main feature is "look into a robots.txt file on websites with a single click.".

Extension Screenshots

screenshot

Download robots.txt viewer Extension CRX File

Download robots.txt viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Inspect the source of every robots.txt file from the current website in your browser and display the content directly. With robots.txt caching, privacy settings and public robots.txt file archive.

:: Full changelog
https://www.robots-viewer.com/changelog

:: Public stats
https://www.robots-viewer.com/statistics                    

Extension Basic Information

Name robots.txt viewer robots.txt viewer
ID agckgmkiigllflmahknlkhhhhmchodcb
Official URL https://chromewebstore.google.com/detail/robotstxt-viewer/agckgmkiigllflmahknlkhhhhmchodcb
Description look into a robots.txt file on websites with a single click.
File Size 33.32 KB
Installation Count 3,055
Current Version 1.6.1
Last Updated 2022-05-24
Publish Date 2019-06-19
Rating 4.71/5 Total 7 Ratings
Developer https://robots-viewer.com
Email [email protected]
Payment Type free
Extension Website https://www.robots-viewer.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "95",
    "author": "Nico Hemkes",
    "name": "robots.txt viewer",
    "short_name": "robots.txt",
    "description": "look into a robots.txt file on websites with a single click.",
    "homepage_url": "https:\/\/www.robots-viewer.com\/",
    "version": "1.6.1",
    "action": {
        "browser_style": true,
        "default_title": "robots.txt viewer",
        "default_icon": "img\/icon_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "img\/icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.robots-viewer.com\/"
    ]
}