semRush website rank badge

showing the current webpage's website rank on the extension icon

O que é semRush website rank badge?

semRush website rank badge é uma extensão do Chrome desenvolvida por twbbbb, e sua principal característica é "showing the current webpage's website rank on the extension icon".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão semRush website rank badge

Baixe arquivos de extensão semRush website rank badge 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

                        fetch data from
https://seoquake.publicapi.semrush.com/info.php?url=tiktok.com

showing the hyperlink's rank on the bottom left when the mouse hovering on the hyperlink                    

Informações Básicas da Extensão

Nome semRush website rank badge semRush website rank badge
ID hmjkeajnlfhbjabboakcgimcnejnnbjj
URL Oficial https://chromewebstore.google.com/detail/semrush-website-rank-badg/hmjkeajnlfhbjabboakcgimcnejnnbjj
Descrição showing the current webpage's website rank on the extension icon
Tamanho do Arquivo 7.35 KB
Contagem de Instalações 1,079
Versão Atual 1.1.0
Última Atualização 2022-06-21
Data de Publicação 2021-09-14
Desenvolvedor twbbbb
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/twbbbb/website-rank-badge-extension
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "manifest_version": 2,
    "icons": {
        "128": "128x128.png"
    },
    "name": "semRush website rank badge",
    "description": "showing the current webpage's website rank on the extension icon",
    "permissions": [
        "activeTab",
        "webNavigation",
        "https:\/\/seoquake.publicapi.semrush.com\/*"
    ],
    "version": "1.1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}