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 - Reduce size of your Video",
"description": "Free and Easy to use Online Video compressor. Make your Video Files smaller without quality loss.",
"version": "1.0",
"permissions": [
"activeTab",
"tabs"
],
"host_permissions": [
"https:\/\/streamvi.com\/"
],
"action": {
"default_title": "Open Streamvi Video Compressor",
"default_icon": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
},
"background": {
"service_worker": "background.js"
}
}