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”。

擴展截圖

screenshot
screenshot
screenshot

下載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 RAM Safe Search
ID pgcfefoninifceebbncmojnhcbehkbek
官方網址 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"
    }
}