Disable Extensions and Apps
Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
Hvad er Disable Extensions and Apps?
Disable Extensions and Apps er en Chrome-udvidelse udviklet af badgersfanatic2002, og dens hovedfunktion er "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.".
Udvidelsesskærmbilleder
Download Disable Extensions and Apps-udvidelses-CRX-fil
Download Disable Extensions and Apps-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Quick and easy tool to disable extensions. It works great for school and work purposes along with general use for the average user. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jochnddiejkclkgpofolihiiaehdmbhc |
| Officiel URL | https://chrome.google.com/webstore/detail/disable-extensions-and-ap/jochnddiejkclkgpofolihiiaehdmbhc |
| Beskrivelse | Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected. |
| Filstørrelse | 60.42 KB |
| Antal Installationer | 15,319 |
| Nuværende Version | 1.0.7 |
| Senest Opdateret | 2022-10-03 |
| Udgivelsesdato | 2022-10-03 |
| Bedømmelse | 3.00/5 Samlet 4 Bedømmelser |
| Udvikler | badgersfanatic2002 |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://dontleavethemon.com |
| Hjælpeside-URL | https://dontleavethemon.com/?a=privacy |
| URL til Fortrolighedspolitik Side | https://dontleavethemon.com?a=privacy |
| Understøttede Sprog | en |
| manifest.json | |
{
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": "static\/icon-enabled.png",
"default_title": "Disable Extensions and Apps"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+E"
}
}
},
"description": "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.",
"homepage_url": "https:\/\/dontleavethemon.com\/disable-chrome-extensions-apps\/",
"icons": {
"128": "static\/icon-disabled.png",
"48": "static\/icon-48.png"
},
"manifest_version": 3,
"name": "Disable Extensions and Apps",
"options_page": "options.html",
"permissions": [
"management",
"storage",
"webNavigation"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.7"
} | |