Seerobots

SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com

O que é Seerobots?

Seerobots é uma extensão do Chrome desenvolvida por claneo-chrome-extensions, e sua principal característica é "SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Seerobots

Baixe arquivos de extensão Seerobots 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

                        SeeRobots will conveniently show you the information meta robots tag in the head section of the website your are viewing at that moment. Depending on this information colors in the browserbar will change. 
1. If the SeeRobots field is all green it means that this page has "index, follow" as robots attributes. 
2. If the SeeRobots field is all red it means that this page has "noindex, nofollow" as robots attributes.
3. If the SeeRobots field is green on the left and red on the right it means that this page has "index, nofollow" as robots attributes.
4. If the SeeRobots field is red on the left and  green on the right it means that this page has "noindex, follow" as robots attributes.                    

Informações Básicas da Extensão

Nome Seerobots Seerobots
ID hnljoiodjfgpnddiekagpbblnjedcnfp
URL Oficial https://chromewebstore.google.com/detail/seerobots/hnljoiodjfgpnddiekagpbblnjedcnfp
Descrição SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com
Tamanho do Arquivo 43.91 KB
Contagem de Instalações 20,000
Versão Atual 1.9
Última Atualização 2024-02-15
Data de Publicação 2021-04-27
Classificação 4.07/5 Total de 29 Avaliações
Desenvolvedor claneo-chrome-extensions
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.claneo.com/de/seerobots/
URL da Página de Ajuda https://www.claneo.com/de/seerobots/
Idiomas Suportados de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Seerobots",
        "name": "Seerobots"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png"
    },
    "manifest_version": 3,
    "name": "Seerobots",
    "permissions": [
        "activeTab"
    ],
    "version": "1.9"
}