WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
EXTENSION MANAGER PRO

EXTENSION MANAGER PRO

View on Chrome Web Store
View EXTENSION MANAGER PRO Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

The one to rule them all. Extension Master manages and groups all your chrome apps and extension neatly for your leisure.
Type
Extension
Users
34 users
1
BOS
View author page of BOS
Published
Published on December 23, 2021
Version 1.402
Manifest version
3
Updated
Updated on May 30, 2023
productivity/workflow
Extension Category
View on Chrome Web Store
View EXTENSION MANAGER PRO Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top