robots.txt viewer

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

Qu'est-ce que robots.txt viewer ?

robots.txt viewer est une extension Chrome développée par https://robots-viewer.com, et sa fonction principale est "look into a robots.txt file on websites with a single click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension robots.txt viewer

Téléchargez les fichiers d'extension robots.txt viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom robots.txt viewer robots.txt viewer
ID agckgmkiigllflmahknlkhhhhmchodcb
URL Officiel https://chromewebstore.google.com/detail/robotstxt-viewer/agckgmkiigllflmahknlkhhhhmchodcb
Description look into a robots.txt file on websites with a single click.
Taille du Fichier 33.32 KB
Nombre d'Installations 3,055
Version Actuelle 1.6.1
Dernière Mise à Jour 2022-05-24
Date de Publication 2019-06-19
Évaluation 4.71/5 Total 7 Évaluations
Développeur https://robots-viewer.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.robots-viewer.com/
Langues Prises en Charge 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\/"
    ]
}