Focux: Focus On What Matters Most

Say goodbye to distractions and hello to productivity with our extension ✨

Wat is Focux: Focus On What Matters Most?

Focux: Focus On What Matters Most is een Chrome-extensie ontwikkeld door https://browserwings.com, en de belangrijkste functie is "Say goodbye to distractions and hello to productivity with our extension ✨".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Focux: Focus On What Matters Most

Download Focux: Focus On What Matters Most-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        In today's digital age, staying focused can be a challenge, and it's easy to get sidetracked by websites that don't serve our goals or priorities. That's why we're thrilled to announce our new app, Focux! Focux is a powerful Chrome extension designed to help you take control of your digital life by allowing you to set limits and disable distracting websites.

With Focux, you can easily customize your device usage and block out websites that tend to take away your focus, enabling you to be more productive, efficient, and effective in your work and personal life. By creating a more intentional relationship with technology, you'll be able to achieve your goals and reduce your stress levels.

With Focux, you can reclaim your focus, improve your productivity, and enjoy greater peace of mind in your digital life. So don't wait – try Focux today and see the difference it can make.                    

Basisinformatie over de Extensie

Naam Focux: Focus On What Matters Most Focux: Focus On What Matters Most
ID galdchdmjdpoacaombhheafeikflcfad
Officiële URL https://chromewebstore.google.com/detail/focux-focus-on-what-matte/galdchdmjdpoacaombhheafeikflcfad
Beschrijving Say goodbye to distractions and hello to productivity with our extension ✨
Bestandsgrootte 84.35 KB
Aantal Installaties 105
Huidige Versie 1.2
Laatst Bijgewerkt 2023-04-30
Publicatiedatum 2023-03-29
Beoordeling 4.73/5 Totaal 15 Beoordelingen
Ontwikkelaar https://browserwings.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://browserwings.com/focux
Help Pagina-URL http://browserwings.com/focux/support
URL van de Privacybeleid Pagina https://browserwings.com/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Focux: Focus On What Matters Most",
    "version": "1.2",
    "description": "Say goodbye to distractions and hello to productivity with our extension \u2728",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "\/images\/focux-logo-black.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "128": "\/images\/focux-logo-black.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "blocked.html",
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}