Extension Disabler
Easily disable extensions
什么是Extension Disabler?
Extension Disabler是由Harri Huhta开发的Chrome扩展程序,该扩展的主要功能是“Easily disable extensions”。
扩展截图
下载Extension Disabler扩展crx文件
下载Extension Disabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension Disabler is a simplistic tool for toggling your currently enabled extensions on / off. It offers an easy 1-click toggle button that can be used to disable or enable your other extensions at any time. No configuration required. The extension is open source and can be found at https://gitlab.com/harri-huhta/extension-disabler
扩展基本信息
名称 | Extension Disabler |
ID | plaiffgjdokelmjljbcebnmeabkjglfd |
官方URL | https://chromewebstore.google.com/detail/extension-disabler/plaiffgjdokelmjljbcebnmeabkjglfd |
简介 | Easily disable extensions |
文件大小 | 142 KB |
安装次数 | 390 |
当前版本 | 0.5 |
更新时间 | 2020-10-28 |
上架时间 | 2020-10-28 |
评分 | 4.75/5 共4次评分 |
开发者 | Harri Huhta |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://gitlab.com/harri-huhta/extension-disabler |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extension Disabler", "version": "0.5", "description": "Easily disable extensions", "permissions": [ "storage", "management" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "browser_action": { "default_icon": "images\/on.png", "default_title": "Extension Disabler" } } |