Website Blocker

This extension blocked the whishes domain

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

Το Website Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://softpulseinfotech.com, και η κύρια λειτουργία του είναι "This extension blocked the whishes domain".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Web Blocker Chrome Extension is a productivity tool that helps users stay focused on their work by blocking unproductive websites. This extension offers a user-friendly interface for blocking a website, selecting blog type, and easily managing a block list for adding or removing sites.

In addition, the extension features a permanent block and an attempt-wise block, which limits the number of attempts to access a blocked site and timewise block which limits the time of hour or minute to access a blocked site, encouraging more productive behavior and Exact URL meaning that the selected URL is exactly the same as all tab URLs and Contains URL meaning that the selected URL is included in exactly all tab URL.

    • A simple and easy-to-use Chrome extension that blocks distracting websites.
    • Ability to add sites to the block list with a single click.
    • Permanent block: Permanently block a site so it will always be inaccessible.
    • Attempt-wise block: Option to limit the number of attempts to access a blocked site, encouraging more productive behavior.
    • Time-wise block: Option to limit the hour or minute of times to access a blocked site, encouraging more productive behavior.
    • Exact: This means that the URL must be exactly the same as all tab URLs.
    • Contain: This means can have additional parameters, subdomains, and protocols that match with  all tab URLs.
    • Offers a user-friendly interface for adding or removing sites from the block list.

The Web Blocker Chrome extension is designed with ease of use and a hassle-free solution for managing online distractions. The interface is intuitive and user-friendly, making it easy to add or remove sites from the block list with just a few clicks. With its user-friendly interface and comprehensive features, anyone can increase productivity and minimize distractions in no time.                    

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

Όνομα Website Blocker Website Blocker
ID kniediipngcpmbmpeacaoinhoeipfina
Επίσημο URL https://chromewebstore.google.com/detail/website-blocker/kniediipngcpmbmpeacaoinhoeipfina
Περιγραφή This extension blocked the whishes domain
Μέγεθος Αρχείου 134 KB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2024-01-29
Ημερομηνία Δημοσίευσης 2023-04-05
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://softpulseinfotech.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,fr,es,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.2",
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms"
    ],
    "action": {
        "default_icon": "icon\/block48.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon\/block16.png",
        "48": "icon\/block48.png",
        "128": "icon\/block128.png"
    }
}