WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Webopt - Website Testing Tool

Webopt - Website Testing Tool

View on Chrome Web Store
View Webopt - Website Testing Tool Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (12 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

All-in-one Chrome extension for SEO, UI/UX, responsive design, grammar, and security checks. Optimize websites with a single click.
Type
Extension
Users
536 users
4
Website webopt.ai
Episyche Technologies
View author page of Episyche Technologies
Published
Published on March 23, 2024
Version 4.2
Manifest version
3
Updated
Updated on April 14, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Webopt - Website Testing Tool 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",
    "name": "Webopt - Website Testing Tool",
    "description": "All-in-one Chrome extension for SEO, UI\/UX, responsive design, grammar, and security checks. Optimize websites with a single click.",
    "version": "4.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "Popup\/popup.html"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/common\/icons\/*",
                "\/src\/Seo\/outputJSON\/*",
                "\/src\/Seo\/icons\/*",
                "\/src\/public\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "icons": {
        "16": "\/src\/public\/new-webopt-logo.png",
        "32": "\/src\/public\/new-webopt-logo.png",
        "48": "\/src\/public\/new-webopt-logo.png",
        "128": "\/src\/public\/new-webopt-logo.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "\/common\/js\/config.js",
                "\/common\/js\/webopt-loaders.js",
                "\/common\/js\/common.js",
                "\/common\/External-Libraries\/popper\/popperCore.js",
                "\/common\/External-Libraries\/popper\/popperDom.js",
                "\/common\/External-Libraries\/diff\/diff.js",
                "\/common\/External-Libraries\/tldts\/tldts.js"
            ],
            "css": [
                "\/common\/css\/style.css",
                "\/common\/css\/webopt-loaders.css"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "\/src\/Ui\/js\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "\/common\/js\/Fetchapi.js",
                "\/src\/Seo\/js\/seo-scrapper.js",
                "\/src\/Seo\/js\/seo-html-doms.js",
                "\/src\/Seo\/js\/content.js"
            ],
            "css": [
                "\/src\/Seo\/css\/hotspot-style.css",
                "\/src\/Seo\/css\/seo-tooltip-style.css",
                "\/src\/Seo\/css\/webopt-modal.css"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "\/common\/External-Libraries\/chart\/chart.min.js",
                "\/src\/Ui\/js\/error.js",
                "\/src\/Ui\/js\/errorHtml.js"
            ],
            "css": [
                "\/src\/Ui\/css\/error.css"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "\/src\/Responsive\/js\/Iframe\/NewTabopenPrevent.js",
                "\/src\/Responsive\/js\/Iframe\/ChildElementFinder.js",
                "\/src\/Responsive\/js\/Iframe\/ClickEvent.js",
                "\/src\/Responsive\/js\/Iframe\/Comman.js",
                "\/src\/Responsive\/js\/Iframe\/DoaminCheck.js",
                "\/src\/Responsive\/js\/Iframe\/ForwardnBackward.js",
                "\/src\/Responsive\/js\/Iframe\/Header.js",
                "\/src\/Responsive\/js\/Iframe\/IframeReload.js",
                "\/src\/Responsive\/js\/Iframe\/ImageDowload.js",
                "\/src\/Responsive\/js\/Iframe\/InitalLoading.js",
                "\/src\/Responsive\/js\/Iframe\/InputEvent.js",
                "\/src\/Responsive\/js\/Iframe\/MouseEvent.js",
                "\/src\/Responsive\/js\/Iframe\/ScrollEvent.js",
                "\/src\/Responsive\/js\/Iframe\/SubDomainChange.js",
                "\/src\/Responsive\/js\/Iframe\/Resolution.js",
                "\/src\/Responsive\/js\/Iframe\/UrlHistory.js",
                "\/src\/Responsive\/js\/Screenshot.js",
                "\/src\/Responsive\/js\/Menu\/DestopMenu.js",
                "\/src\/Responsive\/js\/Menu\/MobileMenu.js"
            ],
            "css": [
                "\/src\/Responsive\/css\/template.css",
                "\/src\/Responsive\/css\/desktop-menu.css",
                "\/src\/Responsive\/css\/mobile-menu.css"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "\/src\/Grammar\/js\/grammar-html-doms.js",
                "\/src\/Grammar\/js\/content.js"
            ],
            "css": [
                "\/src\/Grammar\/css\/grammar-onpage-style.css",
                "\/src\/Grammar\/css\/popperBox.css"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>",
        "*:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "debugger"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';frame-ancestors *",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' 'unsafe-inline' http:\/\/localhost:* http:\/\/127.0.0.1:*"
    }
}
© 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