SiteBlock
An extension that blocks sites and helps you focus.
Τι είναι το SiteBlock;
Το SiteBlock είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gadfaria, και η κύρια λειτουργία του είναι "An extension that blocks sites and helps you focus.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SiteBlock
Λήψη αρχείων επέκτασης SiteBlock σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Stay focused and avoid distractions with this simple site blocker extension! Block any website by adding keywords, like "social media" or "news," and the extension will automatically block them when you try to visit. Unlimited blocking and a handy right-click context menu option make it easy to manage your focus whenever needed. Take control of your time and stay productive - install the extension today!
Βασικές Πληροφορίες Επέκτασης
Όνομα | SiteBlock |
ID | piepfdhhijbhafaiefdpimdnfgndjpli |
Επίσημο URL | https://chromewebstore.google.com/detail/siteblock/piepfdhhijbhafaiefdpimdnfgndjpli |
Περιγραφή | An extension that blocks sites and helps you focus. |
Μέγεθος Αρχείου | 62.82 KB |
Αριθμός Εγκαταστάσεων | 405 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2024-02-21 |
Ημερομηνία Δημοσίευσης | 2022-12-26 |
Αξιολόγηση | 4.60/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | gadfaria |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/gadfaria/site-block-extension |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SiteBlock", "description": "An extension that blocks sites and helps you focus.", "version": "1.1.0", "icons": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "action": { "default_popup": ".\/popup\/popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "contextMenus" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |