robots.txt viewer

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

O que é robots.txt viewer?

robots.txt viewer é uma extensão do Chrome desenvolvida por https://robots-viewer.com, e sua principal característica é "look into a robots.txt file on websites with a single click.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão robots.txt viewer

Baixe arquivos de extensão robots.txt viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome robots.txt viewer robots.txt viewer
ID agckgmkiigllflmahknlkhhhhmchodcb
URL Oficial https://chromewebstore.google.com/detail/robotstxt-viewer/agckgmkiigllflmahknlkhhhhmchodcb
Descrição look into a robots.txt file on websites with a single click.
Tamanho do Arquivo 33.32 KB
Contagem de Instalações 3,055
Versão Atual 1.6.1
Última Atualização 2022-05-24
Data de Publicação 2019-06-19
Classificação 4.71/5 Total de 7 Avaliações
Desenvolvedor https://robots-viewer.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.robots-viewer.com/
Idiomas Suportados 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\/"
    ]
}