Opal: Focus & Save Time

Schedule your days, block distracting apps and focus fully, on any device.

What is Opal: Focus & Save Time?

Opal: Focus & Save Time is a Chrome extension developed by https://opal.so, and its main feature is "Schedule your days, block distracting apps and focus fully, on any device.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Opal: Focus & Save Time Extension CRX File

Download Opal: Focus & Save Time 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

                        Opal is the leading Screen Time app for focus. Block thousands of distracting websites on your schedule to focus better each day.

🎧 Focus is hard 💎 We make it easy

With 400,000 members on the iOS App Store, we are the leading screen time for focus. Many of the world's top teams and companies companies trust Opal to help protect their focus. You can too.

** Opal cuts off your apps’ internet access to help you stop doomscrolling – The Next Web **

** Opal Helped Me Quit My Nightly TikTok Habit – Bustle **

BENEFITS
94% of Opal members are less distracted
93% are more productive thanks to the app
90% experience improved mental health
79% save at least 1 hour *daily* thanks to the app

Also Opal can help you to remove the need for self-control, reduce stress & be more mindful, Improve productivity at work, unplug with family and friends, stay in focus when you need it most and to feel happy and in control of your screen time.

CHROME + iPhone
With our Chrome extension, you can block distracting apps and sites such as Facebook, Instagram, TikTok, Snapchat, Twitter and a lot more in one tap and put an end to the doomscrolling. But wait, there’s more! We also have an iOS app that can block the same distractions on your iPhone too and you can sync that with our Chrome extension to prevent you from being distracted anywhere so you can stay focused and improve your productivity!

If you don’t use iOS or don’t want Opal on your phone, you can still use our Chrome extension by itself and that would also work like magic.

FEATURES
- Blocker: Instantly block apps and websites you choose. It’s safe, precise, and doesn’t affect internet speed.

- Calendar: Set daily working hours, sleep and routines, block apps automatically, so you don’t have to remember.

- Timer: Start to focus right away with Timer, choose your goal, apps to block and a time. Stay focused on task.

- Breaks: Use apps without mindless scrolling. Choose the app you want to use, write your intention, and set a timer.

- Secure: Private and secure from the ground up. Information about your browsing never leaves your device.

- Cross Device: Browser extensions and iPhone app will stay in sync and block relevant apps and websites when needed.

- Deep Focus: Use for maximum protection, you can’t cancel or bypass the timer you set. Stick to your plans.

- More Fun: Opal is guilt-free and fun. Pick your background and app icon to one that suits your mood.

- Block Trackers: Opal will block trackers and ads from accessing your device, stay safe and private.

CREATE A PERSONALIZED APP LIST
You can add or remove Apps and Websites that are distracting to you directly from Opal's settings in the app.

You can customize your Opal experience and block many distracting apps and sites including any social media, adult content and distracting apps / websites.

UNIQUE TECHNOLOGY
We use Chrome’s native technology in order to monitor and disconnect apps you use. Installation is easy and takes a few seconds on your Chrome browser.

PRIVACY COMES FIRST
Unlike most apps, Opal works entirely locally and personal browsing data never leaves your device.

HEAR IT FROM THE COMMUNITY

You can join our 400,000 members on the iOS app or on community.opa.so .

TERMS
Read about our terms and conditions on https://opal.so/terms                    

Extension Basic Information

Name Opal: Focus & Save Time Opal: Focus & Save Time
ID lmhpbdikmpeolddmaemjgbhbpngeeopj
Official URL https://chromewebstore.google.com/detail/opal-focus-save-time/lmhpbdikmpeolddmaemjgbhbpngeeopj
Description Schedule your days, block distracting apps and focus fully, on any device.
File Size 5.58 MB
Installation Count 10,394
Current Version 1.4.0
Last Updated 2023-01-07
Publish Date 2021-10-04
Rating 4.35/5 Total 20 Ratings
Developer https://opal.so
Email [email protected]
Payment Type in_app
Extension Website https://opal.so
Help Page URL https://help.opal.so
Privacy Policy Page URL https://opal.so/terms
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Opal: Focus & Save Time",
    "description": "Schedule your days, block distracting apps and focus fully, on any device.",
    "manifest_version": 2,
    "version": "1.4.0",
    "icons": {
        "128": "images\/no_session_128.png",
        "512": "images\/no_session_512.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/no_session_128.png",
            "512": "images\/no_session_512.png"
        },
        "default_title": "Opal extension",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "blockedPage.html"
    ]
}