Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Devox ramos",
"default_locale": "en_US",
"description": "__MSG_appDesc__",
"version": "1.0.0",
"permissions": [
"webRequest",
"downloads",
"webNavigation",
"notifications",
"scripting",
"storage",
"contextMenus",
"nativeMessaging",
"declarativeNetRequest",
"sidePanel"
],
"optional_permissions": [
"browsingData",
"downloads.open"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"ad-script\/sweetalert2.min.js",
"ad-script\/confirm-ad-redirect.js"
],
"css": [
"ad-script\/sweetalert2.min.css"
]
}
],
"commands": {
"default-action": {
"description": "Execute default action",
"suggested_key": {
"default": "Alt+Down",
"mac": "Ctrl+Shift+Down"
}
},
"_execute_action": {
"suggested_key": {
"default": "Alt+Up",
"mac": "Ctrl+Shift+Up"
}
}
},
"manifest_version": 3,
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background\/main.js"
},
"action": {
"default_popup": "\/content2\/popup.html",
"default_title": "video downloader platinum ",
"default_icon": {
"128": "\/content2\/icons\/stable-color.png"
}
},
"side_panel": {
"default_path": "\/content2\/sidebar.html",
"default_title": "video downloader platinum ",
"default_icon": {
"128": "\/content2\/icons\/stable-color.png"
}
},
"name": "video downloader platinum ",
"icons": {
"128": "\/content2\/icons\/stable-color.png"
}
}