Protector by Guardbly
Protector extension by Guardbly
什么是Protector by Guardbly?
Protector by Guardbly是由http://guardbly.com开发的Chrome扩展程序,该扩展的主要功能是“Protector extension by Guardbly”。
扩展截图
下载Protector by Guardbly扩展crx文件
下载Protector by Guardbly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension designed for protection your main Guardbly extension from being disabled and to notify you about unwanted uninstallation. Add our main, free "Guardbly" extension for full cybersecurity and/or parental control features.
扩展基本信息
名称 | |
ID | dmjmfaohcdlmcgdandmeajldhoeigocg |
官方URL | https://chrome.google.com/webstore/detail/protector-by-guardbly/dmjmfaohcdlmcgdandmeajldhoeigocg |
简介 | Protector extension by Guardbly |
文件大小 | 16.93 KB |
安装次数 | 37 |
当前版本 | 1.0.0 |
更新时间 | 2020-11-15 |
上架时间 | 2020-11-15 |
开发者 | http://guardbly.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://guardbly.com |
帮助页面URL | https://guardbly.com/faq |
隐私政策页面URL | https://guardbly.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Protector by Guardbly", "version": "1.0.0", "description": "Protector extension by Guardbly", "permissions": [ "storage", "background", "management" ], "icons": { "16": "assets\/images\/16.png", "32": "assets\/images\/32.png", "48": "assets\/images\/48.png", "128": "assets\/images\/128.png" }, "background": { "persistent": true, "scripts": [ "background\/management.js" ] }, "manifest_version": 2 } |