WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Website SEO Checker

Website SEO Checker

View on Chrome Web Store
View Website SEO Checker Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (194 ratings)
3 new ratings
7 views
This extension has been viewed 7 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.

Free SEO Extension to automate your on-page SEO routine. Get instant insights and streamline your workflow with these features:
Type
Extension
Users
100,000 users
Boosta
View author page of Boosta
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 22, 2017
Version 4.2.1
Manifest version
3
Updated
Updated on May 23, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Website SEO Checker 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": "__MSG_appName__",
    "short_name": "SiteChecker.pro",
    "description": "__MSG_appDesc__",
    "version": "4.2.1",
    "default_locale": "en",
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_appActionName__",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/page_scripts.js"
            ],
            "css": [
                "css\/page_style.min.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "web_accessible_resources": "script-src 'self'; style-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/page_style.min.css",
                "js\/page_scripts.js",
                "images\/logo.svg"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "identity"
    ]
}
© 2025 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