Pause All Extensions
Pause and resume all your extensions with one click. Good to use when an unknown extension breaks your browser. UPDATED: -…
What is Pause All Extensions?
Pause All Extensions is a Chrome extension developed by kikizehra, and its main feature is "Pause and resume all your extensions with one click. Good to use when an unknown extension breaks your browser. UPDATED: -…".
Extension Screenshots
Download Pause All Extensions Extension CRX File
Download Pause All Extensions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Pause and resume all your extensions with one click. Good to use when an unknown extension breaks your browser. UPDATED: - Pause/unpause individual extensions in a breeze. - Effortlessly group and manage your extensions, granting instant control with a single click per group. - Avoid conflict pause between global pause and group pause.
Extension Basic Information
Name | Pause All Extensions |
ID | ebppngeoefinakmpeopdobkpgffachdn |
Official URL | https://chromewebstore.google.com/detail/pause-all-extensions/ebppngeoefinakmpeopdobkpgffachdn |
Description | Pause and resume all your extensions with one click. Good to use when an unknown extension breaks your browser. UPDATED: -… |
File Size | 623 KB |
Installation Count | 166 |
Current Version | 1.3 |
Last Updated | 2023-06-11 |
Publish Date | 2022-10-30 |
Rating | 4.67/5 Total 3 Ratings |
Developer | kikizehra |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/zezhehh/pause-all-extensions |
Help Page URL | https://github.com/zezhehh/pause-all-extensions/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pause All Extensions", "version": "1.3", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Pause All Extensions" }, "options_page": "option.html", "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" }, "permissions": [ "management", "storage" ], "author": "Zezhe Huang", "homepage_url": "https:\/\/github.com\/zezhehh\/pause-all-extensions" } |