Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"content_scripts": [
{
"js": [
"jquery.min.js",
"main.js"
],
"matches": [
"*:\/\/*.meet.google.com\/*",
"*:\/\/*.gotowebinar.com\/*",
"*:\/\/*.gotomeeting.com\/*",
"*:\/\/*.zoom.us\/*",
"*:\/\/*.zoomgov.com\/*"
]
}
],
"description": "Get connected to video meetings faster by automatically clicking the Join or Ask to Join button!",
"icons": {
"48": "icons\/icon.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhf6MgwoZYWgGR7EpopjuZQ6Cz7qVFA2IFfZNfymMCYtjhiyawIWZhGe6i4mE3YgafQuipscP7yqZPZtwGvFuqyWd5UiPbtDce6eZBhPg2aLn6grPtICM4DNP1TS\/WrWwIy09rkwF7tJRb5M\/n+DrjCmN1YnHpONEUc1o69qT1sLB3coA9nzbqjtPIep6\/oQR2uhHf5K5Kr\/2EgZG61Gp3yuCoPy+HluM+akG7AKpcCGKZFVL7aNsrSP\/ucBir5IwOKJpkvRDO5Xe2nk4KxYE5mVsUVRh7+AGM4e+Ejsxv7pMLgOJzGFgFf5gfUNUHZ5EebYescPNV02Da7dICQMDwQIDAQAB",
"manifest_version": 3,
"name": "Auto-join for Google Meet",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"version": "3.0"
}