Block Sites 2.0

An all-in-one add-on that lets you custom blocklist, scheduled site blocking, and password protection.

Τι είναι το Block Sites 2.0;

Το Block Sites 2.0 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον F & D, και η κύρια λειτουργία του είναι "An all-in-one add-on that lets you custom blocklist, scheduled site blocking, and password protection.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Block Sites 2.0

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

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

                        ⬇️️ Easy to set up ⬇️:

1. Install the extension.
2. Sync your schedule with the extension.
3. Turn on Focus, block unrelated sites 🚫, or even schedule the blocking to focus more in your busy hours.

✨Features ✨

1. Focus timer removes all distracting and blocked content from your sight. 🧘‍♀️
2. Focus Mode lets you set times when to disable websites and when to browse freely.
3. Block adult content on your device. 🚫
4. Set a passcode for the extension to restrict yourself from procrastination.
5. Sync the extension with your devices to have total control over your schedule.

This extension makes you more productive with customized working-schedule features.                    

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

Όνομα Block Sites 2.0 Block Sites 2.0
ID bcbaamfibamjpnlemomglkhmeohipmcg
Επίσημο URL https://chromewebstore.google.com/detail/block-sites-20/bcbaamfibamjpnlemomglkhmeohipmcg
Περιγραφή An all-in-one add-on that lets you custom blocklist, scheduled site blocking, and password protection.
Μέγεθος Αρχείου 13.51 MB
Αριθμός Εγκαταστάσεων 51
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-12-11
Ημερομηνία Δημοσίευσης 2022-12-11
Αξιολόγηση 4.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής F & D
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Block Sites 2.0",
    "version": "1.0.0",
    "description": "An all-in-one add-on that lets you custom blocklist, scheduled site blocking, and password protection.",
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/dashboard.html",
                "html\/popup.html",
                "html\/blocked.html",
                "css\/custom.css",
                "js\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "img\/shield-32.png",
        "32": "img\/shield-32.png",
        "48": "img\/shield.png",
        "128": "img\/shield.png"
    },
    "action": {
        "default_icon": "img\/shield.png",
        "default_title": "Block Sites",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "unlimitedStorage",
        "notifications"
    ],
    "host_permissions": [
        ""
    ]
}