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": "Video Compressor & Filesize Reducer",
"description": "Reduce filesizes and minify MP4, WMV, MOV, VOB, AVI.",
"version": "1.0.0",
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"bg.js"
]
}
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_title": "Open Tool",
"default_popup": "default.html"
}
}