Website Whitelist

Allow requests to only those websites which you deem trustworthy.

Τι είναι το Website Whitelist;

Το Website Whitelist είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Website Whitelist, και η κύρια λειτουργία του είναι "Allow requests to only those websites which you deem trustworthy.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Website Whitelist

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

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

                        Website Whitelist intends to facilitate effortless blocking of requests to untrusted websites. Each requested website's domain is evaluated for presence on the whitelist, and unless found, the HTTP request is blocked before it even begins. This means that the website will have no record of you ever having attempted to connect.

With growing amounts of phishing attempts and malware spreading, solely permitting access to user-approved domains presents a strong defense against hackers' ability to redirect users to malintended websites. Website Whitelist aims to implement this system to prevent any such attacks.

Plus, as expected, external tracking and advertising websites are blocked by default. This means that the extension goes beyond the abilities of normal privacy maintaining applications, because it blocks new sites as well.

-------------------------------------

Changelog:

6.5.1
 - Added Future Support Warning
 - Added Setting "Show Support Warning"

6.5.0
 - Added Setting "Landing Page Position"

...                    

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

Όνομα Website Whitelist Website Whitelist
ID bmlipnlhfpjgmafjlnnmdkldjmebahnm
Επίσημο URL https://chromewebstore.google.com/detail/website-whitelist/bmlipnlhfpjgmafjlnnmdkldjmebahnm
Περιγραφή Allow requests to only those websites which you deem trustworthy.
Μέγεθος Αρχείου 46.39 KB
Αριθμός Εγκαταστάσεων 1,026
Τρέχουσα Έκδοση 6.5.1
Τελευταία Ενημέρωση 2023-09-07
Ημερομηνία Δημοσίευσης 2018-05-12
Αξιολόγηση 4.75/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής Website Whitelist
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website Whitelist",
    "version": "6.5.1",
    "default_locale": "en",
    "description": "__MSG_Allow_requests_to_only_those_websites_which_you_deem_trustworthy__",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Website Whitelist",
        "default_popup": "popup\/popup.html"
    },
    "author": "Dylan Iuzzolino",
    "background": {
        "scripts": [
            "global\/global.js",
            "background.js"
        ]
    },
    "content_security_policy": "base-uri 'self'; default-src 'self'; form-action 'self'; frame-ancestors 'self'; media-src 'none'; object-src 'none'",
    "externally_connectable": [],
    "incognito": "split",
    "minimum_chrome_version": "26",
    "offline_enabled": true,
    "options_page": "[legacy]\/options\/options.html",
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": false,
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "storage": {
        "managed_schema": "managed_schema.json"
    }
}