Semrush Navigator

An extension to improve Semrush navigation

What is Semrush Navigator?

Semrush Navigator is a Chrome extension developed by Ardov, and its main feature is "An extension to improve Semrush navigation".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Semrush Navigator Extension CRX File

Download Semrush Navigator 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

                        Semrush Navigator adds a quick menu to jump between the apps.
— The menu is triggered with ⌘K (Ctrl+K)
— Items can be added to favourites with ⌘L (Ctrl+L)
— Click the extension icon for more options                    

Extension Basic Information

Name Semrush Navigator Semrush Navigator
ID oghimpfblejlggkilihglgbfhkmkjlel
Official URL https://chromewebstore.google.com/detail/semrush-navigator/oghimpfblejlggkilihglgbfhkmkjlel
Description An extension to improve Semrush navigation
File Size 107 KB
Installation Count 65
Current Version 0.0.9
Last Updated 2023-11-14
Publish Date 2023-09-08
Rating 5.00/5 Total 3 Ratings
Developer Ardov
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Semrush Navigator",
    "version": "0.0.9",
    "description": "An extension to improve Semrush navigation",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.semrush.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/developer.semrush.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle16999212872.chunk.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}