Chrome Extensions Disabler

Quickly enable/disable extensions

Τι είναι το Chrome Extensions Disabler;

Το Chrome Extensions Disabler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον markknol, και η κύρια λειτουργία του είναι "Quickly enable/disable extensions".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Chrome Extensions Disabler

Λήψη αρχείων επέκτασης Chrome Extensions Disabler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Introducing a time-saving solution for managing your Chrome extensions - the Chrome Extensions Disabler Plugin!

Tired of sifting through a long list of extensions to find the one you want to disable? Look no further! This Chrome plugin is designed to fasten this functionality, allowing you to quickly and effortlessly disable any extension with minimal amount of clicks.

With the Chrome Extensions Disabler Plugin, you can regain control over your browsing experience. Whether you want to temporarily disable an extension to improve performance or troubleshoot compatibility issues, our plugin simplifies the task, saving you valuable time and effort. 

Key Features:

* Effortless Disabling: Disable any extension in seconds, without the need to navigate through multiple menus or the settings in Google Chrome.
* Simple Interface: The user-friendly interface makes it easy for anyone to use, regardless of technical expertise. Just a list, no settings or other features.

How to Use:

* Install the Chrome Extensions Disabler Plugin from the Chrome Web Store.
* Open your Chrome browser and click on the plugin icon located in the toolbar.
* A list of your installed extensions will appear. Simply click on the extension you wish to enable or disable.
* The selected extension will be instantly toggled on/off, without removing itself.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Chrome Extensions Disabler Chrome Extensions Disabler
ID nfbbnffcchbacjhecbbmkeiialbaflpd
Επίσημο URL https://chromewebstore.google.com/detail/chrome-extensions-disable/nfbbnffcchbacjhecbbmkeiialbaflpd
Περιγραφή Quickly enable/disable extensions
Μέγεθος Αρχείου 13.59 KB
Αριθμός Εγκαταστάσεων 56
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-11-01
Ημερομηνία Δημοσίευσης 2023-10-13
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής markknol
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/markknol/chrome-extension-disabler
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/markknol/chrome-extension-disabler/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Extensions Disabler",
    "description": "Quickly enable\/disable extensions",
    "version": "1.0.0",
    "icons": {
        "128": "icons\/icon.png"
    },
    "permissions": [
        "management"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}