WebExtension.net
Toggle dark mode
WebExtension.net

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 (193 ratings)
1 new ratings
0 views
This extension has been viewed 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
Website ottoapp.me
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.39
Manifest version
3
Updated
Updated on February 12, 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.39",
    "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": [
        "alarms",
        "storage",
        "declarativeNetRequest",
        "tabs",
        "notifications",
        "offscreen",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "tiny-otto.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": []
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 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