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": "RawVamp: Dark Aesthetic Photo Editor, Y2K Glitch & Grunge Filter",
"version": "1.0.0",
"description": "Right-click images or capture tabs to apply 100+ dark aesthetic filters. Create free VHS, webcore art, Y2K glitch & grunge effects.",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"sidePanel",
"contextMenus",
"storage",
"identity"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Open RawVamp Darkroom",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.rawvamp.com\/*",
"*:\/\/rawvamp.com\/*"
],
"js": [
"content.js"
],
"all_frames": true
}
]
}