semRush website rank badge

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

ما هو semRush website rank badge؟

semRush website rank badge هو إضافة Chrome تم تطويرها بواسطة twbbbb، والميزة الرئيسية لها هي "showing the current webpage's website rank on the extension icon".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة semRush website rank badge

قم بتنزيل ملفات الامتداد semRush website rank badge بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم semRush website rank badge semRush website rank badge
ID hmjkeajnlfhbjabboakcgimcnejnnbjj
عنوان URL الرسمي https://chromewebstore.google.com/detail/semrush-website-rank-badg/hmjkeajnlfhbjabboakcgimcnejnnbjj
الوصف showing the current webpage's website rank on the extension icon
حجم الملف 7.35 KB
عدد التثبيتات 1,079
النسخة الحالية 1.1.0
آخر تحديث 2022-06-21
تاريخ النشر 2021-09-14
المطور twbbbb
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/twbbbb/website-rank-badge-extension
اللغات المدعومة 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"
            ]
        }
    ]
}