robots.txt viewer

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

Cos'è robots.txt viewer?

robots.txt viewer è un'estensione di Chrome sviluppata da https://robots-viewer.com, e la sua funzione principale è "look into a robots.txt file on websites with a single click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione robots.txt viewer

Scarica i file di estensione robots.txt viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome robots.txt viewer robots.txt viewer
ID agckgmkiigllflmahknlkhhhhmchodcb
URL Ufficiale https://chromewebstore.google.com/detail/robotstxt-viewer/agckgmkiigllflmahknlkhhhhmchodcb
Descrizione look into a robots.txt file on websites with a single click.
Dimensione del File 33.32 KB
Conteggio Installazioni 3,055
Versione Corrente 1.6.1
Ultimo Aggiornamento 2022-05-24
Data di Pubblicazione 2019-06-19
Valutazione 4.71/5 Totale 7 Valutazioni
Sviluppatore https://robots-viewer.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.robots-viewer.com/
Lingue Supportate 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\/"
    ]
}