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",
"externally_connectable": {
"matches": [
"https:\/\/onlineapp.pro\/*",
"https:\/\/onlineapp.stream\/*",
"https:\/\/onlineapp.live\/*"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxuBHnxCtfQi1aSMRi89enL9\/HzWOhJIxCdJy0E3zIpgauiABukQztGbNxo2puoubDXlNfGBxbLbtJGg25boIwrHyf3kSxiLXugejA3Rqv4az0cNYiUD\/5YHUWM5VwI09YQJ9z4sZC7++fm8EBw7WRHTZmdIf0bPjBs+UKm3qR04mG4Uj7wj9motVDqvu4AOrVYWQ4d4cmBciRNX0Gjp23iV\/V4\/V0oAPMh9bYpNy4sioeMlgXZEtbW0eeqdkEl3njW4NFSyYey1hgtXtTNc4f7fiY5l6d8LMRuW7FRd9pfwOxSDCDzskc64+gXxa0wkQrYqxjih0lxYgFfZVW59YnwIDAQAB",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"version": "1.2",
"default_locale": "en",
"permissions": [
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/lh3.googleusercontent.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/gemini.google.com\/*"
],
"js": [
"lib\/html2pdf.bundle.min.js",
"lib\/html2canvas-pro.js",
"lib\/jszip.min.js",
"lib\/jspdf.umd.min.js",
"lib\/turndown.js",
"content.js",
"wall.2.1.1.js"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"lib\/*"
],
"matches": [
"https:\/\/gemini.google.com\/*"
]
}
]
}