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ファイルをダウンロード
RAM Safe Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |