Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "3.2.4",
"manifest_version": 3,
"default_locale": "en",
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"index.html",
"root.css",
"logo.png",
"page-speed.png",
"fonts\/Inter\/web\/*.woff2",
"boring-launch.png",
"outrank.svg"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"action": {
"default_title": "__MSG_extDefaultTitle__"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"jquery-3.6.0.js",
"content-script.js",
"root.js"
],
"css": [
"common.css",
"fonts\/Inter\/web\/inter.css"
],
"run_at": "document_end"
}
],
"permissions": [
"tabs",
"storage",
"scripting",
"activeTab"
],
"icons": {
"16": "images\/meta_16.png",
"48": "images\/meta_48.png",
"128": "images\/meta_128.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"mac": "Command+Shift+E"
}
}
}
}