Just Focus

Block Distracting Websites. Unleash Productivity.

Wat is Just Focus?

Just Focus is een Chrome-extensie ontwikkeld door maaslalani, en de belangrijkste functie is "Block Distracting Websites. Unleash Productivity.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Just Focus

Download Just Focus-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

                        Unleash productivity. Block distracting websites and pages in just a few clicks.

Just Focus is a free chrome extension that helps you avoid distractions and enables you to focus on your real work. Simply add a website to your block list and hit "Start Focusing" - you’ll increase your working efficiency and get more done.

We waste hours a day scrolling through social media… Just Focus helps you get your time back.

Completely free! Works on the latest versions of chrome.                    

Basisinformatie over de Extensie

Naam Just Focus Just Focus
ID gefaddaengbodpiobpbgblajdboalmgc
Officiële URL https://chromewebstore.google.com/detail/just-focus/gefaddaengbodpiobpbgblajdboalmgc
Beschrijving Block Distracting Websites. Unleash Productivity.
Bestandsgrootte 20.59 KB
Aantal Installaties 10,000
Huidige Versie 1.04
Laatst Bijgewerkt 2024-03-01
Publicatiedatum 2019-11-19
Beoordeling 4.61/5 Totaal 70 Beoordelingen
Ontwikkelaar maaslalani
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.maaslalani.com/JustFocus
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Just Focus",
    "description": "Block Distracting Websites. Unleash Productivity.",
    "version": "1.04",
    "icons": {
        "128": ".\/icons\/icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Just Focus"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}