Site Restricter

Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity

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

Το Site Restricter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον LN, και η κύρια λειτουργία του είναι "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity".

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

screenshot
screenshot
screenshot

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

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

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

                        Too many distractions? Want to limit access to certain sites?
This extension helps you control that. 

Add URLs of sites you don't want to visit.
When you change your mind, just remove them from the list and regain access!

Features: 
- Control access to sites by adding or deleting them individually
- One Click Add / Clear All Functionalities
- Simple Design
- Easy to use                    

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

Όνομα Site Restricter Site Restricter
ID kbokniiapoadjhhkmnlpndgeambahghk
Επίσημο URL https://chromewebstore.google.com/detail/site-restricter/kbokniiapoadjhhkmnlpndgeambahghk
Περιγραφή Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity
Μέγεθος Αρχείου 10.83 KB
Αριθμός Εγκαταστάσεων 50
Τρέχουσα Έκδοση 0.0.5
Τελευταία Ενημέρωση 2021-10-30
Ημερομηνία Δημοσίευσης 2021-10-30
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής LN
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Site Restricter",
    "description": "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity",
    "version": "0.0.5",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Site Restricter"
    },
    "icons": {
        "16": "\/images\/logo_16.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    }
}