Just Focus

Block Distracting Websites. Unleash Productivity.

What is Just Focus?

Just Focus is a Chrome extension developed by maaslalani, and its main feature is "Block Distracting Websites. Unleash Productivity.".

Extension Screenshots

screenshot
screenshot

Download Just Focus Extension CRX File

Download Just Focus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Just Focus Just Focus
ID gefaddaengbodpiobpbgblajdboalmgc
Official URL https://chromewebstore.google.com/detail/just-focus/gefaddaengbodpiobpbgblajdboalmgc
Description Block Distracting Websites. Unleash Productivity.
File Size 20.59 KB
Installation Count 10,000
Current Version 1.04
Last Updated 2024-03-01
Publish Date 2019-11-19
Rating 4.61/5 Total 70 Ratings
Developer maaslalani
Email [email protected]
Payment Type free
Extension Website https://www.maaslalani.com/JustFocus
Supported Languages 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"
    ]
}