Malware Protection
RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains
Malware Protection란 무엇입니까?
Malware Protection은(는) Rutuj Runwal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains"입니다.
확장 프로그램 스크린샷
Malware Protection 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Browse, search and explore with built-in malware protection and keep harmful content from ever reaching you! No setups required. Get all round protection for free. Block Malware before it can infect your browser✅ Get Peace of mind with automatic protection🏆 Lighting fast performance⚡ Safety Indicator warn's about threats before you click✨ Secure your browser against online threats including malware, phishing, adware and PUPs. Free. Open source with public license (GPLv3)
확장 프로그램 기본 정보
이름 | Malware Protection |
ID | oihahelebihibbaaddjgmfbeaonilgia |
공식 URL | https://chromewebstore.google.com/detail/malware-protection/oihahelebihibbaaddjgmfbeaonilgia |
설명 | RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains |
파일 크기 | 92.19 KB |
설치 횟수 | 640 |
현재 버전 | 1.3 |
최근 업데이트 | 2022-08-03 |
출시 날짜 | 2022-06-28 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | Rutuj Runwal |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "description": "RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains", "icons": { "64": "icon.png" }, "manifest_version": 3, "name": "Malware Protection", "action": { "default_popup": "popup.html", "default_title": "RR Scan" }, "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_start", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] }, { "js": [ "gl_scan.js" ], "run_at": "document_end", "matches": [ "https:\/\/*.google.com\/search*", "https:\/\/*.bing.com\/search?*" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/tick.png", "icons\/cross.png" ], "matches": [ "https:\/\/*.google.com\/*", "https:\/\/*.bing.com\/*" ] } ], "version": "1.3" } |