Privacy Focused Site Blocker (by Avrodh.com)

Site blocker with a focus on privacy. Block unlimited websites with schedules, password protection, and custom blocked pages

Τι είναι το Privacy Focused Site Blocker (by Avrodh.com);

Το Privacy Focused Site Blocker (by Avrodh.com) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://avrodh.com, και η κύρια λειτουργία του είναι "Site blocker with a focus on privacy. Block unlimited websites with schedules, password protection, and custom blocked pages".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Privacy Focused Site Blocker (by Avrodh.com)

Λήψη αρχείων επέκτασης Privacy Focused Site Blocker (by Avrodh.com) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Privacy focused website blocker. It installs without any extra permissions. For any site you want to block, we explicitly ask for permission for that website. The extension will only have access to websites you want to block. It does not track user behaviour nor use any analytics software. We do not share or send your lists, schedules, or how you are using various features that the extension provides.

★ FEATURES ★

- Block sites with multiple lists
- Custom schedules per list
- Custom blocked page per list
- Block or redirect site per list
- Password protection
- Auto close blocked page
- Backup feature

When using Avrodh to block website, you create a list of websites. One list can be enabled or disabled independently of the other lists you have.

You often want to manage different websites with different rules. Something like

- Block https://example.com but only during my morning work schedule.
- Whenever I try to use https://explicit.website, it should redirect to https://safe.website

To cover this, we have schedules. You can set a custom schedule for each list. The schedule allows you to choose the days or time when a list will work.

Websites can be blocked or redirected to another website. This can be changed on a per-list basis. You can customize the blocked page with different image, text and colours.

We offer a password protection feature, so settings can only be changed after entering a valid password.

You can also manage backups of your lists and settings with the Import/Export feature.

★ PRIVACY POLICY ★

Please read "Privacy Policy - Web Extension" section from https://avrodh.com/privacy?tab=2                    

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

Όνομα Privacy Focused Site Blocker (by Avrodh.com) Privacy Focused Site Blocker (by Avrodh.com)
ID micnflmpenohlbcdmkiegkcomnnpnjbe
Επίσημο URL https://chromewebstore.google.com/detail/privacy-focused-site-bloc/micnflmpenohlbcdmkiegkcomnnpnjbe
Περιγραφή Site blocker with a focus on privacy. Block unlimited websites with schedules, password protection, and custom blocked pages
Μέγεθος Αρχείου 3.27 MB
Αριθμός Εγκαταστάσεων 242
Τρέχουσα Έκδοση 3.5.0
Τελευταία Ενημέρωση 2024-02-15
Ημερομηνία Δημοσίευσης 2021-06-28
Αξιολόγηση 4.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://avrodh.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://avrodh.com
Διεύθυνση URL της Σελίδας Βοήθειας https://avrodh.com/help
URL της Σελίδας Πολιτικής Απορρήτου https://avrodh.com/privacy
Υποστηριζόμενες Γλώσσες de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.5.0",
    "default_locale": "en",
    "name": "__MSG_extName_site_blocker__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription_block_distracting_website__",
    "homepage_url": "https:\/\/avrodh.com",
    "minimum_chrome_version": "103",
    "incognito": "split",
    "action": {
        "default_icon": "assets\/icon32.png",
        "default_title": "__MSG_extActionTitle__",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "main.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "64": "assets\/icon64.png",
        "96": "assets\/icon96.png",
        "128": "assets\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "blocked.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background\/index.js"
    },
    "permissions": [
        "alarms",
        "activeTab",
        "declarativeNetRequestWithHostAccess",
        "storage",
        "browsingData"
    ],
    "optional_host_permissions": [
        ""
    ]
}