WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Persistent SEO Sidebar

Persistent SEO Sidebar

View on Chrome Web Store
View Persistent SEO Sidebar Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
18 views
This extension has been viewed 18 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A Chrome extension with a persistent sidebar to display SEO information.
Type
Extension
Users
156 users
1
Christian Hänsel
View author page of Christian Hänsel
Published
Published on July 14, 2024
Version 3.1
Manifest version
3
Updated
Updated on July 29, 2024
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Persistent SEO Sidebar Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Persistent SEO Sidebar",
    "version": "3.1",
    "description": "A Chrome extension with a persistent sidebar to display SEO information.",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting",
        "webRequest",
        "declarativeContent",
        "sidePanel",
        "contextMenus",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "side_panel": {
        "default_path": "sidebar.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "sidebar.html",
                "settings.html",
                "gsc.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/sidebar-icon-16.png",
            "48": "icons\/sidebar-icon-48.png",
            "128": "icons\/sidebar-icon-128.png"
        },
        "default_title": "SEO Sidebar"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content_script.js",
                "download_report.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/sidebar-icon-16.png",
        "48": "icons\/sidebar-icon-48.png",
        "128": "icons\/sidebar-icon-128.png"
    },
    "options_page": "settings.html"
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top