Detach Site Blocker

Blocks the unwanted sites and boosts your productivity.

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

Το Detach Site Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Naveen Burathi, και η κύρια λειτουργία του είναι "Blocks the unwanted sites and boosts your productivity.".

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

screenshot

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

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

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

                        We all face distractions daily. Distractions not only lower our productivity, they also increase our stress.
 
Detach Site Blocker helps you to maximize their productivity during working hours. 

Detach Site Blocker makes you aware of your time.
 
It lets you create your custom BLACKLIST. 

It reminds you each time you try to visit the BLOCKED SITES. It sends you an alert and prevents unwanted sites to appear. 

Easy to use.                    

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

Όνομα Detach Site Blocker Detach Site Blocker
ID glegjejikmaccimjpodjdenlfllhckoo
Επίσημο URL https://chromewebstore.google.com/detail/detach-site-blocker/glegjejikmaccimjpodjdenlfllhckoo
Περιγραφή Blocks the unwanted sites and boosts your productivity.
Μέγεθος Αρχείου 62.84 KB
Αριθμός Εγκαταστάσεων 52
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-11-25
Ημερομηνία Δημοσίευσης 2021-11-24
Αξιολόγηση 5.00/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής Naveen Burathi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Detach Site Blocker",
    "description": "Blocks the unwanted sites and boosts your productivity.",
    "version": "1.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}