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",
"manifest_version": 3,
"name": "__MSG_manifest_name__",
"description": "__MSG_manifest_description__",
"version": "6.15",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"32": "icons\/icon32.png",
"64": "icons\/icon64.png",
"96": "icons\/icon96.png",
"128": "icons\/icon128.png"
},
"action": {
"default_icon": {
"128": "icons\/icon128.png"
},
"default_title": "Enhanced Image Viewer"
},
"permissions": [
"contextMenus",
"storage",
"webNavigation",
"webRequest",
"scripting",
"declarativeNetRequest"
],
"host_permissions": [
"<all_urls>"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"show-review-modal.css"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"run-embedded-enhance-reddit.css"
],
"matches": [
"https:\/\/*.reddit.com\/*"
]
},
{
"resources": [
"run-embedded-enhance-fandom.css"
],
"matches": [
"https:\/\/*.fandom.com\/*"
]
},
{
"resources": [
"run-embedded-enhance-x.css"
],
"matches": [
"https:\/\/x.com\/*"
]
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
}