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",
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "3.3.4",
"manifest_version": 3,
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"host_permissions": [
"https:\/\/www.youtube.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.mistral.ai\/*",
"https:\/\/deepsum-bd.firebaseio.com\/",
"https:\/\/deepsum-bd.firestore.googleapis.com\/",
"https:\/\/deepsum-bd.firebasestorage.app\/",
"https:\/\/*.googleapis.com\/"
],
"action": {
"default_icon": {
"16": "images\/icon-16x16.png",
"48": "images\/icon-48x48.png",
"128": "images\/icon-128x128.png"
},
"default_title": "DeepSum | YouTube AI Summary"
},
"content_scripts": [
{
"js": [
"assets\/main.tsx-loader-CfljYYsJ.js"
],
"matches": [
"https:\/\/www.youtube.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.mistral.ai\/*"
],
"all_frames": false
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; connect-src 'self' https:\/\/deepsum-bd.firebaseio.com https:\/\/deepsum-bd.firestore.googleapis.com https:\/\/deepsum-bd.firebasestorage.app; object-src 'self'"
},
"oauth2": {
"client_id": "1076109188666-modp13tca4o4n4669vmsg1q1m0onb2n7.apps.googleusercontent.com",
"scopes": [
"profile",
"email"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnLhHBYek8S6Ko3\/CTRYXDbMcdT9Gv8GZ7jctsjVWxkNamUg4AXAmmuwA48F9r4e7w9XHqwWI8aIBC9BQXpJAv7ds4BcRTOD6N4kMJOwbZNSBKlb5X3wHeDFM0RiomBmaBbYfDLrQmsupUwGdZaZJ26QvDOFvh9MXDA4A6muHY3DXNo6b7NftSmBCST6NL7hkLPGopR5zqNA+6tlXXNm+r2VDYwxhbcgsMmeAUuoVG93Wyiid+RePSlvRKDphmkUnzsIEPHFx9zIb82N0Rpryo+I8M8X17k7\/NQKLLNebXf1PJn7O5wPRef6UWDtG2kQvDBrve9B2jzpEUt2+1y6cMQIDAQAB",
"permissions": [
"storage",
"identity",
"cookies",
"webRequest"
],
"icons": {
"16": "images\/icon-16x16.png",
"48": "images\/icon-48x48.png",
"64": "images\/icon-64x64.png",
"128": "images\/icon-128x128.png"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/chat.mistral.ai\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/www.youtube.com\/*"
],
"resources": [
"assets\/index-COXueBxP.js",
"assets\/index-C7m7GkjX.js",
"assets\/main.tsx-BWOF5wG3.js"
],
"use_dynamic_url": false
}
]
}