MyGuard
Warns users about unreliable sites and companies.
什么是MyGuard?
MyGuard是由MyGuard开发的Chrome扩展程序,该扩展的主要功能是“Warns users about unreliable sites and companies.”。
扩展截图
下载MyGuard扩展crx文件
下载MyGuard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you want an easy way to avoid scammers online? MyGuard is designed to protect its users from scammers, warn about untrustworthy sites, and stop you from unintentionally downloading harmful software to your computer. We subscribe to several blacklists from third parties and can't ourselves remove blacklisted sites. A shield will appear next to the blacklisted site, and if you hover over it you will get more information. In version 7.0.2 have we added support for Ukraine and to support them have we added an category that advise you that the service you are about to visit or user have benifitial owners from Russian elite and you perhaps should refrain from using their services for now. Stay safe, use MyGuard
扩展基本信息
名称 | MyGuard |
ID | doakjmkgndbnkohimoehbnoijnbfnfbc |
官方URL | https://chromewebstore.google.com/detail/myguard/doakjmkgndbnkohimoehbnoijnbfnfbc |
简介 | Warns users about unreliable sites and companies. |
文件大小 | 206 KB |
安装次数 | 177 |
当前版本 | 7.0.4 |
更新时间 | 2022-03-08 |
上架时间 | 2020-10-05 |
开发者 | MyGuard |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://myguard.online/ |
隐私政策页面URL | https://myguard.online/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyGuard", "version": "7.0.4", "manifest_version": 2, "description": "Warns users about unreliable sites and companies.", "homepage_url": "https:\/\/myguard.online\/", "icons": { "16": "icons\/logo_16x16.png", "48": "icons\/logo_48x48.png", "128": "icons\/logo_128x128.png" }, "permissions": [ "*:\/\/unshorten.me\/*", "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "page": "background-script\/index.html", "persistent": true }, "browser_action": { "default_popup": "options-popup\/index.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "run_at": "document_end", "css": [ "content-script\/index.css", "content-script\/modal\/index.css" ], "js": [ "content-script\/jquery\/jquery-3.1.1.js", "content-script\/jquery\/mutation-summary.js", "content-script\/jquery\/jquery.mutation-summary.js", "content-script\/index.js" ] } ], "web_accessible_resources": [ "icons\/*" ] } |