WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Otto: Pomodoro timer, Blocker and Automations

Otto: Pomodoro timer, Blocker and Automations

View on Chrome Web Store
View Otto: Pomodoro timer, Blocker and Automations Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (208 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 mindful timer that helps you reduce procrastination, friction and helps you be mindful while working and browsing the web.
Type
Extension
Users
60,000 users
10K
Joel Benjamin
View author page of Joel Benjamin
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 9, 2020
Version 1.0.45
Manifest version
3
Updated
Updated on May 30, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Otto: Pomodoro timer, Blocker and Automations 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",
    "description": "A mindful timer that helps you reduce procrastination, friction and helps you be mindful while working and browsing the web.",
    "version": "1.0.45",
    "manifest_version": 3,
    "name": "Otto: Pomodoro timer, Blocker and Automations",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon24.png"
    },
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "32": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "action",
        "alarms",
        "storage",
        "declarativeNetRequest",
        "tabs",
        "notifications",
        "offscreen",
        "unlimitedStorage",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "tiny-otto.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "contentScript2.bundle.js"
            ]
        }
    ],
    "commands": []
}
© 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