Just another SEO Extension

Your SEO Swiss Army Knife

O que é Just another SEO Extension?

Just another SEO Extension é uma extensão do Chrome desenvolvida por https://seoextension.org, e sua principal característica é "Your SEO Swiss Army Knife".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Just another SEO Extension

Baixe arquivos de extensão Just another SEO Extension 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

                        Just another SEO Extension you didn't ask for (it's JASE, for the friends)

Annoyed by having 15 different SEO extensions? Tired of all the javascript bookmarklets you pinned in your Chrome bookmarks bar? I was

~ Built by an iGaming full-time SEO guy for himself and whoever wants                    

Informações Básicas da Extensão

Nome Just another SEO Extension Just another SEO Extension
ID mdekkbffhfneambodkphlbflelobaanl
URL Oficial https://chromewebstore.google.com/detail/just-another-seo-extensio/mdekkbffhfneambodkphlbflelobaanl
Descrição Your SEO Swiss Army Knife
Tamanho do Arquivo 179 KB
Contagem de Instalações 128
Versão Atual 1.1.1
Última Atualização 2023-07-04
Data de Publicação 2023-04-20
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://seoextension.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://seoextension.org/
URL da Página de Ajuda https://seoextension.org/
URL da Página de Política de Privacidade https://www.iubenda.com/privacy-policy/76827271
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Just another SEO Extension",
    "description": "Your SEO Swiss Army Knife",
    "version": "1.1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "contextMenu.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injectUtils.js",
                "background.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": ".\/logo198.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "198": ".\/logo198.png"
    }
}