TotalAV - Safe Site

Quick access tools to open incognito browsing, clear history and cookies

Τι είναι το TotalAV - Safe Site;

Το TotalAV - Safe Site είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://my.totalav.com, και η κύρια λειτουργία του είναι "Quick access tools to open incognito browsing, clear history and cookies".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TotalAV - Safe Site

Λήψη αρχείων επέκτασης TotalAV - Safe Site σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Search safely & in-style with the latest Safe Site extension.

Experience a sleek search design with popular rotating search themes, light & dark mode and quick links to popular websites.

Also coupled with its quick access tools providing you with the ability remove tracking cookies, clear your browsing history and quickly launch a private browsing session. Safe Site also blocks intrusive trackers in realtime, helping you navigate your way through the web.

The best part is, the extension is completely free to use.

Details of both our terms & privacy policies can be found below:

Terms: https://www.totalav.com/terms
Privacy: https://www.totalav.com/privacy

This extension allows you to set Safe Site as your default search engine.

This service is offered by Protected.net Group Limited                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TotalAV - Safe Site TotalAV - Safe Site
ID bdbgahnlbdodjkejgilbpflbhgchdfni
Επίσημο URL https://chromewebstore.google.com/detail/totalav-safe-site/bdbgahnlbdodjkejgilbpflbhgchdfni
Περιγραφή Quick access tools to open incognito browsing, clear history and cookies
Μέγεθος Αρχείου 3.87 MB
Αριθμός Εγκαταστάσεων 227,844
Τρέχουσα Έκδοση 2.3.1
Τελευταία Ενημέρωση 2023-01-21
Ημερομηνία Δημοσίευσης 2020-05-22
Αξιολόγηση 3.51/5 Συνολικά 86 Αξιολογήσεις
Προγραμματιστής https://my.totalav.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.totalav.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.support.totalav.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.totalav.com/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,nl,no,tr,da,es,it,pl,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TotalAV - Safe Site",
    "author": "Protected.net",
    "description": "__MSG_manifest_description__",
    "version": "2.3.1",
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/img\/_brand\/icon\/16px.png",
            "20": "assets\/img\/_brand\/icon\/20px.png",
            "44": "assets\/img\/_brand\/icon\/44px.png",
            "48": "assets\/img\/_brand\/icon\/48px.png",
            "54": "assets\/img\/_brand\/icon\/54px.png"
        },
        "default_popup": "app\/popup\/index.html"
    },
    "icons": {
        "16": "assets\/img\/_brand\/icon\/16px.png",
        "20": "assets\/img\/_brand\/icon\/20px.png",
        "44": "assets\/img\/_brand\/icon\/44px.png",
        "48": "assets\/img\/_brand\/icon\/48px.png",
        "54": "assets\/img\/_brand\/icon\/54px.png",
        "64": "assets\/img\/_brand\/icon\/64px.png",
        "80": "assets\/img\/_brand\/icon\/80px.png",
        "90": "assets\/img\/_brand\/icon\/90px.png",
        "120": "assets\/img\/_brand\/icon\/120px.png",
        "128": "assets\/img\/_brand\/icon\/128px.png",
        "150": "assets\/img\/_brand\/icon\/150px.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "tracking_protection",
                "enabled": false,
                "path": "rulesets\/tracking_protection.json"
            }
        ]
    },
    "permissions": [
        "alarms",
        "browsingData",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting",
        "notifications"
    ],
    "chrome_url_overrides": {
        "newtab": "app\/newtab\/index.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Safe Site",
            "keyword": "secure",
            "favicon_url": "https:\/\/resources.totalav.com\/extension\/search.png",
            "search_url": "https:\/\/search.safesite.ai\/?q={searchTerms}",
            "suggest_url": "https:\/\/suggest.safesite.ai?client=chrome&q={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}