semRush website rank badge

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

Vad är semRush website rank badge?

semRush website rank badge är en Chrome-tillägg utvecklad av twbbbb, och dess huvudfunktion är "showing the current webpage's website rank on the extension icon".

Tilläggsskärmbilder

screenshot

Ladda ner semRush website rank badge-förlängningens CRX-fil

Ladda ner semRush website rank badge-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn semRush website rank badge semRush website rank badge
ID hmjkeajnlfhbjabboakcgimcnejnnbjj
Officiell webbadress https://chromewebstore.google.com/detail/semrush-website-rank-badg/hmjkeajnlfhbjabboakcgimcnejnnbjj
Beskrivning showing the current webpage's website rank on the extension icon
Filstorlek 7.35 KB
Antal Installationer 1,079
Aktuell Version 1.1.0
Senast Uppdaterad 2022-06-21
Publiceringsdatum 2021-09-14
Utvecklare twbbbb
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/twbbbb/website-rank-badge-extension
Stödda Språk 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"
            ]
        }
    ]
}