semRush website rank badge
showing the current webpage's website rank on the extension icon
Wat is semRush website rank badge?
semRush website rank badge is een Chrome-extensie ontwikkeld door twbbbb, en de belangrijkste functie is "showing the current webpage's website rank on the extension icon".
Extensie Screenshots
Download het CRX-bestand van de extensie semRush website rank badge
Download semRush website rank badge-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | semRush website rank badge |
ID | hmjkeajnlfhbjabboakcgimcnejnnbjj |
Officiële URL | https://chromewebstore.google.com/detail/semrush-website-rank-badg/hmjkeajnlfhbjabboakcgimcnejnnbjj |
Beschrijving | showing the current webpage's website rank on the extension icon |
Bestandsgrootte | 7.35 KB |
Aantal Installaties | 1,079 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2022-06-21 |
Publicatiedatum | 2021-09-14 |
Ontwikkelaar | twbbbb |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/twbbbb/website-rank-badge-extension |
Ondersteunde Talen | 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" ] } ] } |