semRush website rank badge

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

What is semRush website rank badge?

semRush website rank badge is a Chrome extension developed by twbbbb, and its main feature is "showing the current webpage's website rank on the extension icon".

Extension Screenshots

screenshot

Download semRush website rank badge Extension CRX File

Download semRush website rank badge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name semRush website rank badge semRush website rank badge
ID hmjkeajnlfhbjabboakcgimcnejnnbjj
Official URL https://chromewebstore.google.com/detail/semrush-website-rank-badg/hmjkeajnlfhbjabboakcgimcnejnnbjj
Description showing the current webpage's website rank on the extension icon
File Size 7.35 KB
Installation Count 1,079
Current Version 1.1.0
Last Updated 2022-06-21
Publish Date 2021-09-14
Developer twbbbb
Email [email protected]
Payment Type free
Extension Website https://github.com/twbbbb/website-rank-badge-extension
Supported Languages 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"
            ]
        }
    ]
}