WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Visual Timer

Visual Timer

View on Chrome Web Store
View Visual Timer Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 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.

Simple visual countdown timer. No beep by default. If the timer stops and you are still concentrating, you can leave it on.
Type
Extension
Users
579 users
5
Yuto
View author page of Yuto
Published
Published on November 17, 2024
Version 0.0.10.0
Manifest version
3
Updated
Updated on October 9, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Visual 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",
    "name": "Visual Timer",
    "description": "__MSG_description__",
    "version": "0.0.10.0",
    "version_name": "0.0.10",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA10TJjGlKZoH8+UfFZmod0rnCyoq1K4\/fMH+bKleDlTolKMCayBKRlviTWdGHyNKf\/UGWhdSSjcyQeY6eLXYUWnO8Oszfzcg5NKXFKXlt\/rknmEnMcUPpQvJknafeI2ssU5kuKm5VVpPLswNYEsJWx\/klCLSQEQTz5DxAcVyCJuugeJdqGAYbdfhNxk2oP0tDMJQzTcW3W2KNkvDP3f3RyzshWg1YuASjxQlGXthJ4LpptTKX1xmHdFJOLFVGfWH1P4zYdQxN4FCv5QtiUHrCqvqWLK7bEaxI0et5U3iGHhs3Hps1neePwpaYPAhY9n\/+7u6X6Qtahifbx3YImHWgUwIDAQAB",
    "default_locale": "en",
    "action": {
        "default_title": "Visual Timer",
        "default_icon": {
            "128": "src\/assets\/128x128.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "side_panel": {
        "default_path": "src\/sidepanel\/index.html"
    },
    "offline_enabled": true,
    "permissions": [
        "sidePanel",
        "contextMenus",
        "storage",
        "offscreen"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "src\/assets\/end.ogg"
            ],
            "use_dynamic_url": false
        }
    ],
    "icons": {
        "128": "src\/assets\/128x128.png"
    }
}
© 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