URL Terminator

A minimal URL blocker to help you stay focused whilst working. Keep your attention!

Τι είναι το URL Terminator;

Το URL Terminator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Paul Popa, και η κύρια λειτουργία του είναι "A minimal URL blocker to help you stay focused whilst working. Keep your attention!".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Are you tired of being unproductive? Do you find yourself in the same position all the time, opening browser tabs just to listen to music or other things with the purpose of being more productive, but you end up watching videos or listening to podcasts?
Sure, not all tasks are fun, sometimes they are really boring, but they need to be done. And think about how you'll feel doing so. Accomplishing what you were striving for days or weeks.
With URL Terminator you can block all of your distractions with just a click of a button. Don't worry! If you change your mind or finish your super important task, you can turn it off. It's that easy!

▸ Why give it a try?

✔ Block any URL you want by adding it to the list and turning off the blocker.
✔ Block only a specific path of a domain if you don't want to block an entire website.
✔ Escape an entire domain or subpaths from being blocked. Just add "!" at the start of an URL and you're done!
✔ Keep your list saved and just toggle the blocker whenever you want.
✔ It's open-source!

▸ Notes

• If you add a domain any subpaths of that domain will be blocked (e.g. if www.example.com is blocked then www.example.com/subpath is blocked as well).
• Escaping is more powerful than blocking. In other words, if you blocked a subpath of a domain but the domain itself is escaped, that means your subpath will also be escaped. As a workaround you can just delete the escaped domain.

▸ Want to contribute?
You can do so here: https://github.com/PollMall/url-terminator-chrome-extension

▸ Just found a bug or you'd like to see new features but you're not a developer?
You can raise new issues anytime here: https://github.com/PollMall/url-terminator-chrome-extension/issues

Enjoy your 100% focus time!                    

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

Όνομα URL Terminator URL Terminator
ID cdbogljgacceohhekedgkcfglicmgnnf
Επίσημο URL https://chromewebstore.google.com/detail/url-terminator/cdbogljgacceohhekedgkcfglicmgnnf
Περιγραφή A minimal URL blocker to help you stay focused whilst working. Keep your attention!
Μέγεθος Αρχείου 1.47 MB
Αριθμός Εγκαταστάσεων 29
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-01-27
Ημερομηνία Δημοσίευσης 2022-01-22
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Paul Popa
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/PollMall/url-terminator-chrome-extension
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Terminator",
    "version": "1.0.0",
    "description": "A minimal URL blocker to help you stay focused whilst working. Keep your attention!",
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "URL Terminator",
        "default_popup": "popup.html"
    },
    "author": "PollMall",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "short_name": "URL Terminator"
}