RAM Safe Search
SEC_RITY is not complete without U ! RAM Antivirus
RAM Safe Search란 무엇입니까?
RAM Safe Search은(는) RAM Antivirus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SEC_RITY is not complete without U ! RAM Antivirus"입니다.
확장 프로그램 스크린샷
RAM Safe Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Anti Phishing feature in RAM Antivirus protects you from visiting malicious, unsafe or infected websites. The Anti Phishing feature analyzes all the websites that you visit and inform you the security level of that website, that means this website is safe or unsafe. If the website you visit is unsafe, Anti-Phishing feature show's popup website and protect your system. Hence, always turn ON Anti-Phishing feature and secure your system. There are alerts for phishing website, malicious website and discord phishing links as well.
확장 프로그램 기본 정보
이름 | RAM Safe Search |
ID | pgcfefoninifceebbncmojnhcbehkbek |
공식 URL | https://chromewebstore.google.com/detail/ram-safe-search/pgcfefoninifceebbncmojnhcbehkbek |
설명 | SEC_RITY is not complete without U ! RAM Antivirus |
파일 크기 | 528 KB |
설치 횟수 | 83 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2022-05-29 |
출시 날짜 | 2022-05-26 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | RAM Antivirus |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ramantivirus.com |
도움말 페이지 URL | https://support.ramantivirus.com/ |
개인정보 보호 정책 페이지 URL | https://ramantivirus.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RAM Safe Search", "version": "2.0.1", "manifest_version": 3, "description": "SEC_RITY is not complete without U ! \n RAM Antivirus", "permissions": [ "tabs", "notifications" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*.junkoust.com\/" ], "chrome_url_overrides": { "newtab": "home.html" }, "background": { "service_worker": "background.js" }, "icons": { "128": "j128.png", "64": "j64.png", "32": "j32.png", "19": "logo19.png" }, "action": { "default_icon": "logo19.png", "default_title": "Browse safely..", "default_popup": "popup.html" } } |