Goggins Blocker

Boost your productivity and focus by channeling your inner Goggins. Block distracting or harmful websites with a click.

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

Το Goggins Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον roryflintphoto, και η κύρια λειτουργία του είναι "Boost your productivity and focus by channeling your inner Goggins. Block distracting or harmful websites with a click.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Goggins Blocker combines two important things to improve productivity: the ability to optimise your time...and David Goggins. 

"David Goggins (born February 17, 1975) is an American ultramarathon runner, ultra-distance cyclist, triathlete, public speaker, and author. He is a retired United States Navy SEAL and former United States Air Force Tactical Air Control Party member who served in the Iraq War. His memoir, Can't Hurt Me, was released in 2018." - Wikipedia

David Goggins has inspired millions with his dedication, perseverance and discipline. When I have felt uninspired or have struggled with work, particularly in the overwhelming digital age, a David Goggins video has often got me back on the path. 

With Goggins Blocker you can manually block websites via a simple menu or activate the blocker whilst on the site itself. It’s quick and efficient and gives the boost needed to discipline yourself and focus on what is important. 

Goggins Blocker is current on iteration number one with more features such as adding custom time slots, mass adult content blocking and custom redirects coming soon.  

**Goggins Blocker is not affiliated with or representative of David Goggins in any way. I make no financial benefit from his likeness or content. I am a, foremost, a fan.**                    

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

Όνομα Goggins Blocker Goggins Blocker
ID kpnafocdjkofgnpaafppplaghogpgadk
Επίσημο URL https://chromewebstore.google.com/detail/goggins-blocker/kpnafocdjkofgnpaafppplaghogpgadk
Περιγραφή Boost your productivity and focus by channeling your inner Goggins. Block distracting or harmful websites with a click.
Μέγεθος Αρχείου 1.22 MB
Αριθμός Εγκαταστάσεων 195
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-03-28
Ημερομηνία Δημοσίευσης 2022-03-28
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής roryflintphoto
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://rory.codes
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Goggins Blocker",
    "version": "1.0.0",
    "description": "Boost your productivity and focus by channeling your inner Goggins. Block distracting or harmful websites with a click. ",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "ICONS\/icon16.png",
        "32": "ICONS\/icon32.png",
        "48": "ICONS\/icon48.png",
        "128": "ICONS\/icon128.png"
    },
    "options_page": "\/HTML\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "CSS\/*",
                "ICONS\/*",
                "IMAGES\/*",
                "JS\/*",
                "HTML\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/JS\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "\/HTML\/popup.html",
        "default_title": "Configure your preferences",
        "default_icon": {
            "16": "ICONS\/icon16.png",
            "32": "ICONS\/icon32.png",
            "48": "ICONS\/icon48.png",
            "128": "ICONS\/icon128.png"
        }
    }
}