Extension Manager

Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites.

Co je Extension Manager?

Extension Manager je rozšíření Chrome vyvinuté amymurphey97, a jeho hlavní funkcí je „Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Extension Manager

Stáhněte si soubory rozšíření Extension Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Ext Organizer is a one-of-a-kind tool designed to help users manage active extensions. Ext Organizer allows for the specification of certain extensions to be used on specific web pages and allows users to turn off or on all extensions for all pages. Ext Organizer makes it easier for working professionals and students to manage extension use.                    

Základní Informace o Rozšíření

Název Extension Manager Extension Manager
ID aikoefhdlgldhhnmojgbdcnoaangneaj
Oficiální URL https://chrome.google.com/webstore/detail/extension-manager/aikoefhdlgldhhnmojgbdcnoaangneaj
Popis Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites.
Velikost souboru 50.7 KB
Počet instalací 10,101
Aktuální Verze 1.0.7
Poslední Aktualizace 2022-12-02
Datum Vydání 2022-12-02
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář amymurphey97
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://extorganizer.com
URL Stránky Zásad Ochrany Soukromí https://extorganizer.com?a=privacy
Podporované Jazyky en-US
manifest.json
{
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "static\/icon-disabled.png",
        "default_popup": "html\/popup.html",
        "default_title": "Ext Organizer"
    },
    "commands": {
        "_execute_action": []
    },
    "description": "Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites.",
    "homepage_url": "https:\/\/extorganizer.com\/",
    "icons": {
        "128": "static\/icon-disabled.png",
        "48": "static\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "Extension Manager",
    "permissions": [
        "management",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.7"
}