WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Forest Focus Timer — Stay focused & grow your productivity

Forest Focus Timer — Stay focused & grow your productivity

View on Chrome Web Store
View Forest Focus Timer — Stay focused & grow your productivity Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (10 ratings)
2 new 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.

Focus timer with blocker, notes, ToDo, tracker, and planner. Includes in-app tools for YouTube Shorts/TikTok Reels.
Type
Extension
Users
402 users
6
msr07
View author page of msr07
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 19, 2025
Version 2.4.3
Manifest version
3
Updated
Updated on December 2, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Forest Focus Timer — Stay focused & grow your productivity 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": "__MSG_ext_name__",
    "version": "2.4.3",
    "description": "__MSG_ext_description__",
    "default_locale": "en_US",
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "activeTab",
        "webNavigation",
        "alarms",
        "idle",
        "notifications",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/pages\/*",
                "images\/svg\/*",
                "images\/*.png",
                "sounds\/*.mp3"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src 'self' https:\/\/www.google.com https:\/\/*.gstatic.com data: blob:; media-src 'self'; connect-src 'self'"
    },
    "action": {
        "default_title": "__MSG_action_title__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "youtube-content.js",
                "pip-content.js",
                "youtube-shorts-autoscroll.js",
                "youtube-screenshot.js",
                "yt-thumbnail-grabber.js"
            ],
            "css": [
                "pip-content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "tiktok-content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "instagram-content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "facebook-content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.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