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": "Reddit Media Gallery Viewer",
"version": "3.2",
"description": "Turns any subreddit or user profile into a beautiful, modern media grid gallery.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"permissions": [
"storage",
"tabs",
"alarms"
],
"host_permissions": [
"https:\/\/*.reddit.com\/",
"https:\/\/*.redd.it\/"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.reddit.com\/r\/*",
"https:\/\/*.reddit.com\/user\/*",
"https:\/\/*.reddit.com\/",
"https:\/\/*.reddit.com\/?feed=home"
],
"js": [
"content_script.js"
],
"css": [
"button.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"gallery.html",
"gallery.js",
"gallery.css",
"pro.js",
"pro.css",
"welcome.html",
"images\/*",
"icons\/gallery-icon.svg",
"icons\/icon48.png",
"icons\/icon128.png"
],
"matches": [
"*:\/\/*.reddit.com\/*"
]
}
]
}