Exty-Switchy
Easily enable/disable chrome extensions.
What is Exty-Switchy?
Exty-Switchy is a Chrome extension developed by aedorado, and its main feature is "Easily enable/disable chrome extensions.".
Extension Screenshots
Download Exty-Switchy Extension CRX File
Download Exty-Switchy 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
Ever had the misfortune of disabling a chrome extension? Here comes a tedious (very tedious) task of migrating to a new tab altogether, searching for the said extension, disabling it and returning to the original page. But wait! What if I don't remember which page I was originally on? And what's the deal with me going to a new tab through so many mouse clicks just to disable some extension. Exty-switchy is the solution to all these problems! Just hit the extension icon next to the address bar and easily enable/disable whatever extension you may!
Extension Basic Information
Name | |
ID | jkeghhfibnjhcimpmhokggpfhokjeljo |
Official URL | https://chrome.google.com/webstore/detail/exty-switchy/jkeghhfibnjhcimpmhokggpfhokjeljo |
Description | Easily enable/disable chrome extensions. |
File Size | 720 KB |
Installation Count | 191 |
Current Version | 1.1.1 |
Last Updated | 2016-11-23 |
Publish Date | 2016-11-23 |
Rating | 4.92/5 Total 13 Ratings |
Developer | aedorado |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/aedorado/ext-control-panel |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Easily enable\/disable chrome extensions.", "manifest_version": 2, "name": "Exty-Switchy", "icons": { "512": "icons\/icon512.png" }, "browser_action": { "default_icon": "icons\/icon512.png", "default_popup": "popup.html", "default_title": "Easy Switching." }, "permissions": [ "management", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "1.1.1" } |