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": "Trimless for Gmail\u2122 V3 - Expand Clipped Messages",
"version": "1.1.0",
"description": "Never click 'Show trimmed content' again. Automatically expand clipped Gmail messages, trimmed content & email threads instantly.",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"action": {
"default_title": "Trimless for Gmail\u2122 V3 - Expand Clipped Messages",
"default_icon": {
"19": "images\/icon-action-19.png",
"38": "images\/icon-action-38.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/mail\/*"
],
"js": [
"vendor\/jquery-3.7.1.min.js",
"contentScript.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"vendor\/ExtPay.js"
],
"run_at": "document_start"
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/mail.google.com\/mail\/*",
"https:\/\/extensionpay.com\/*"
],
"short_name": "Trimless Gmail",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
}