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 |
官方網址 | 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 } |