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": "Elevate by GrowthX", "version": "3.0.4", "description": "Elevate Chrome Extension by GrowthX", "permissions": [ "activeTab", "storage", "tabs", "identity", "identity.email" ], "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "assets\/content.js" ], "run_at": "document_end", "all_frames": false } ], "background": { "service_worker": "assets\/background.js", "matches": [ "<all_urls>" ] }, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "images\/icon-16x16.png", "24": "images\/icon-24x24.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "externally_connectable": { "matches": [ "https:\/\/community.growthx.club\/*", "https:\/\/community-local.growthx.club\/*" ] }, "web_accessible_resources": [ { "resources": [ "\/assets\/*", "\/images\/*", "\/fonts\/*" ], "matches": [ "<all_urls>" ] } ], "action": { "default_icon": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "default_title": "Elevate by GrowthX" } }