MyGuard
Warns users about unreliable sites and companies.
MyGuard란 무엇입니까?
MyGuard은(는) MyGuard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Warns users about unreliable sites and companies."입니다.
확장 프로그램 스크린샷
MyGuard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |