Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EXTENSION MANAGER PRO", "short_name": "EMP", "version": "1.402", "description": "The one to rule them all. Extension Master manages and groups all your chrome apps and extension neatly for your leisure.", "manifest_version": 3, "minimum_chrome_version": "88", "homepage_url": "https:\/\/extensionmanagerpro.com", "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E", "windows": "Ctrl+Shift+E", "chromeos": "Ctrl+Shift+E", "linux": "Ctrl+Shift+E" }, "description": "Opens Extension Manager Pro" } }, "host_permissions": [ "https:\/\/app.mysocial360.com\/*", "<all_urls>" ], "permissions": [ "activeTab", "cookies", "gcm", "identity", "identity.email", "notifications", "storage", "management" ], "action": { "default_popup": "index.html", "default_icon": { "16": "logo16.png", "32": "logo192.png", "48": "logo192.png", "128": "logo192.png", "192": "logo192.png", "512": "logo512.png" } }, "content_scripts": [ { "matches": [ "https:\/\/app.mysocial360.com\/oauth\/*", "https:\/\/app.mysocial360.com\/extensionmanagerpro\/*" ], "js": [ ".\/messages\/auth.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "<all_urls>" ], "js": [ ".\/content.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "service_worker": "background.js" }, "icons": { "16": "logo16.png", "32": "logo128.png", "48": "logo128.png", "128": "logo192.png" } }