Chill - Site Blocking, Improved

Never again waste time browsing sites when you don't have a reason to!

Τι είναι το Chill - Site Blocking, Improved;

Το Chill - Site Blocking, Improved είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cirex-web, και η κύρια λειτουργία του είναι "Never again waste time browsing sites when you don't have a reason to!".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Chill - Site Blocking, Improved

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

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

                        What's new in 1.4.0
- Major performance improvement: The extension no longer hogs your CPU and drains your battery quickly. :D
- Service worker failed registration bug has been fixed.

______

Want to stop mindlessly browsing and spending hours upon hours on websites that bring little value into your life?

The solution that people usually turn to is a site blocker, but what if you need to use the site occasionally? Sure, you could temporarily turn the block off, but then what are the chances that you'll turn it back on again?

With Chill, no site is permanently blocked. You can still get access to these sites... only if you have a reason. To get access to a blocked site, Chill allows you to send a request (with a reason) to your future self, with the amount of wait time proportional to the amount of time you've requested to spend on the site. This pause gives you time to stop and reflect, leaving behind your impulses and turning back to rational thought. 

Ideas? Suggestions? Email [email protected]                    

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

Όνομα Chill - Site Blocking, Improved Chill - Site Blocking, Improved
ID gmaemaiippninkfcpfofbeopgijdbmid
Επίσημο URL https://chromewebstore.google.com/detail/chill-site-blocking-impro/gmaemaiippninkfcpfofbeopgijdbmid
Περιγραφή Never again waste time browsing sites when you don't have a reason to!
Μέγεθος Αρχείου 365 KB
Αριθμός Εγκαταστάσεων 233
Τρέχουσα Έκδοση 1.4.0
Τελευταία Ενημέρωση 2021-12-07
Ημερομηνία Δημοσίευσης 2021-10-14
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής cirex-web
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chill - Site Blocking, Improved",
    "description": "Never again waste time browsing sites when you don't have a reason to!",
    "version": "1.4.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "index.html?popup=true"
    },
    "content_scripts": [
        {
            "js": [
                "external\/jquery.js",
                "backend\/scripts\/page-script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "assets\/48.png",
        "128": "assets\/icon128.png"
    }
}