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": "Video Filter",
"description": "Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.",
"version": "1.0.3",
"offline_enabled": true,
"permissions": [
"storage"
],
"icons": {
"16": "ico\/x16.png",
"48": "ico\/x48.png",
"128": "ico\/x128.png"
},
"author": "DingDong",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "ico\/x16.png",
"24": "ico\/x24.png",
"32": "ico\/x32.png"
},
"default_title": "Video Filter",
"default_popup": "popup.html"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"<all_urls>"
],
"js": [
"content_script.js"
]
}
],
"manifest_version": 3
}