WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Pomodoro Grande: Advanced Pomodoro Timer

Pomodoro Grande: Advanced Pomodoro Timer

View on Chrome Web Store
View Pomodoro Grande: Advanced Pomodoro Timer Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (13 ratings)
1 new ratings
6 views
This extension has been viewed 6 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.

A customizable Pomodoro timer with background music, focus modes, and task tracking for enhanced productivity.
Type
Extension
Users
506 users
4
Gemmuel Dela Peña
View author page of Gemmuel Dela Peña
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 25, 2025
Version 2.3.1
Manifest version
3
Updated
Updated on March 11, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Pomodoro Grande: Advanced Pomodoro Timer 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",
    "manifest_version": 3,
    "name": "Pomodoro Grande: Advanced Pomodoro Timer",
    "short_name": "Pomodoro Timer",
    "version": "2.3.1",
    "description": "A customizable Pomodoro timer with background music, focus modes, and task tracking for enhanced productivity.",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "48": "assets\/images\/icon48.png",
            "128": "assets\/images\/icon128.png"
        },
        "default_title": "Pomodoro Grande",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "declarativeNetRequest",
        "offscreen"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "content.tsx-loader.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "assets\/sounds\/*.mp3",
                "offscreen.html",
                "client.js",
                "sites.js",
                "content.tsx.js"
            ],
            "use_dynamic_url": false
        }
    ]
}
© 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