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": "__MSG_extName__",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/llangkpnndilncfkpgcpolnmgjgnompo",
"description": "__MSG_extDes__",
"default_locale": "en",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"offscreen",
"storage",
"downloads",
"tabs",
"webNavigation",
"notifications"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"128": "icons\/logo.png"
}
},
"content_scripts": [
{
"js": [
"js\/inject.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"world": "MAIN",
"all_frames": true
},
{
"js": [
"js\/content-script-vimeo-popup-integration.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"all_frames": true
},
{
"js": [
"js\/content-script-auto-login.js"
],
"matches": [
"https:\/\/api.vimeomediadownloader.com\/*"
],
"run_at": "document_end"
}
],
"icons": {
"128": "icons\/logo.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'wasm-unsafe-eval'; child-src 'self';"
},
"version": "2.6.3"
}