Best Google SEO Helper

Strong Klout and Good RT.

O que é Best Google SEO Helper?

Best Google SEO Helper é uma extensão do Chrome desenvolvida por carTurtle9, e sua principal característica é "Strong Klout and Good RT.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Best Google SEO Helper

Baixe arquivos de extensão Best Google SEO Helper 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

                        Check the Strong Klout and Good RT of any site on the web, right from Chrome.                    

Informações Básicas da Extensão

Nome Best Google SEO Helper Best Google SEO Helper
ID jhoigcpcdifaenahgkhneleghbgggfol
URL Oficial https://chromewebstore.google.com/detail/best-google-seo-helper/jhoigcpcdifaenahgkhneleghbgggfol
Descrição Strong Klout and Good RT.
Tamanho do Arquivo 19.09 KB
Contagem de Instalações 214
Versão Atual 1.2
Última Atualização 2015-01-21
Data de Publicação 2015-01-20
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor carTurtle9
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Best Google SEO Helper",
    "description": "Strong Klout and Good RT.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon-small.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo16x16.png",
        "48": "logo48x48.png",
        "128": "logo128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}