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": "GoToWebinar & GoToMeeting Download Recordings",
"version": "16.0",
"description": "",
"icons": {
"48": "icons\/icon.png"
},
"permissions": [
"activeTab",
"contextMenus",
"downloads"
],
"action": {
"default_title": "Click to show an alert"
},
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"\/images\/record.png",
"\/images\/recimage.png",
"\/images\/howto.jpg",
"images\/down.png",
"images\/8.gif"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"jquery.min.js",
"main.js"
],
"css": [
"style.css"
]
}
]
}