PmPractices Disable Extensions

Disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.

Was ist PmPractices Disable Extensions?

PmPractices Disable Extensions ist eine Chrome-Erweiterung, die von https://pm-practices.net entwickelt wurde, und ihr Hauptmerkmal ist "Disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.".

Erweiterungsscreenshots

screenshot

PmPractices Disable Extensions-Erweiterungs-CRX-Datei herunterladen

Laden Sie PmPractices Disable Extensions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Disable all your extensions in one click. Click again and re-enable all previously disabled extensions.
If you want to temporarily disable chrome extensions. This extension does just that, with just one click.

It remembers the extensions that you previously disabled and will re-enable them again with just one click.

'PmPractices Disable Extensions' is easy to use and free.                    

Grundlegende Informationen zur Erweiterung

Name PmPractices Disable Extensions PmPractices Disable Extensions
ID fjediallhmpmapaajckohopenhlkplmm
Offizielle URL https://chromewebstore.google.com/detail/pmpractices-disable-exten/fjediallhmpmapaajckohopenhlkplmm
Beschreibung Disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.
Dateigröße 14.01 KB
Installationsanzahl 126
Aktuelle Version 1.0.1
Letztes Update 2023-05-29
Veröffentlichungsdatum 2023-05-27
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://pm-practices.net
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://pm-practices.net
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/simple-icon-048.png",
        "default_title": "Toggle Extensions On\/Off"
    },
    "description": "Disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/simple-icon-016.png",
        "48": "img\/icon-048.png"
    },
    "manifest_version": 3,
    "name": "PmPractices Disable Extensions",
    "author": "Mohamed Raafat",
    "permissions": [
        "management",
        "storage"
    ],
    "version": "1.0.1",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/pm-practices.net\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/icon-128.png"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/pm-practices.net\/*"
            ]
        }
    ]
}