Site Blocker

Block any site to keep working on your main tasks

Τι είναι το Site Blocker;

Το Site Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chtshebd792, και η κύρια λειτουργία του είναι "Block any site to keep working on your main tasks".

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

screenshot

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

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

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

                        Save your time and protect your data with useful Site Blocker. You can also block them permanently or on schedule. Protect your children from unwanted and nasty content and install this amazing extension. Your browsing process will be safe and pleasant. This site blocker is extremely easy to use and it doesn`t weigh a lot. Block any website by key word or category. Choose certain websites you want to be blocked forever. There is option of creating a so called “white list” of websites, so the sites form the list will avoid all blocking settings.                    

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

Όνομα Site Blocker Site Blocker
ID caecgafeepgkgjfenbdenkkhfcflkapj
Επίσημο URL https://chrome.google.com/webstore/detail/site-blocker/caecgafeepgkgjfenbdenkkhfcflkapj
Περιγραφή Block any site to keep working on your main tasks
Μέγεθος Αρχείου 34.65 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2022-01-27
Ημερομηνία Δημοσίευσης 2021-02-22
Αξιολόγηση 4.50/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής chtshebd792
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site Blocker",
    "description": "Block any site to keep working on your main tasks",
    "version": "1.6",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_popup": "hbl\/hbl_page.html",
        "default_title": "Host Blacklist"
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "common\/HostBlackList.js",
            "script\/chrome.js"
        ]
    }
}