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",
"content_scripts": [
{
"all_frames": true,
"css": [
"checker.css"
],
"js": [
"checker.js"
],
"matches": [
"http:\/\/mail.google.com\/*",
"https:\/\/mail.google.com\/*"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [],
"host_permissions": [
"http:\/\/mail.google.com\/*",
"https:\/\/mail.google.com\/*"
],
"default_locale": "en",
"description": "__MSG_ext_desc__",
"icons": {
"128": "icons\/icon8-6.png"
},
"homepage_url": "https:\/\/gmplus.io?utm_source=gm_address",
"manifest_version": 3,
"name": "__MSG_ext_name__",
"version": "1.0.9"
}