RAM Safe Search

SEC_RITY is not complete without U ! RAM Antivirus

Τι είναι το RAM Safe Search;

Το RAM Safe Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RAM Antivirus, και η κύρια λειτουργία του είναι "SEC_RITY is not complete without U ! RAM Antivirus".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης RAM Safe Search

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
    }
}