semRush website rank badge

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

Cos'è semRush website rank badge?

semRush website rank badge è un'estensione di Chrome sviluppata da twbbbb, e la sua funzione principale è "showing the current webpage's website rank on the extension icon".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione semRush website rank badge

Scarica i file di estensione semRush website rank badge in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome semRush website rank badge semRush website rank badge
ID hmjkeajnlfhbjabboakcgimcnejnnbjj
URL Ufficiale https://chromewebstore.google.com/detail/semrush-website-rank-badg/hmjkeajnlfhbjabboakcgimcnejnnbjj
Descrizione showing the current webpage's website rank on the extension icon
Dimensione del File 7.35 KB
Conteggio Installazioni 1,079
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-06-21
Data di Pubblicazione 2021-09-14
Sviluppatore twbbbb
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/twbbbb/website-rank-badge-extension
Lingue Supportate 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"
            ]
        }
    ]
}