Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"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:*"
}
}