WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
studyfoc.us - Study Focused with Pomodoro

studyfoc.us - Study Focused with Pomodoro

View on Chrome Web Store
View studyfoc.us - Study Focused with Pomodoro Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
7 views
This extension has been viewed 7 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Boost your focus by blocking distractions during Pomodoro sessions. Syncs with StudyFoc.us to keep you on track and productive.
Type
Extension
Users
55 users
3
Website studyfoc.us
nam.trankhanh.vn
View author page of nam.trankhanh.vn
Published
Published on May 31, 2025
Version 1.2
Manifest version
3
Updated
Updated on June 5, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View studyfoc.us - Study Focused with Pomodoro Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "studyfoc.us - Study Focused with Pomodoro",
    "description": "Boost your focus by blocking distractions during Pomodoro sessions. Syncs with StudyFoc.us to keep you on track and productive.",
    "version": "1.2",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "logo-16.png",
            "48": "logo-48.png",
            "128": "logo-128.png"
        },
        "default_title": "Open StudyFocus"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "desklamp-white.png",
                "logo-500.png",
                "logo-128.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content\/index.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/studyfoc.us\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "background": {
        "service_worker": "background\/background.js"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top