WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Deep Focus

Deep Focus

View on Chrome Web Store
View Deep Focus Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 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.

A chrome extension for blocking websites (for use with the Deep Focus app)
Type
Extension
Users
685 users
7
Ali Kasasbeh
View author page of Ali Kasasbeh
Published
Published on June 29, 2024
Version 1.0.1
Manifest version
3
Updated
Updated on July 16, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Deep Focus 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": "Deep Focus",
    "version": "1.0.1",
    "description": "A chrome extension for blocking websites (for use with the Deep Focus app)",
    "permissions": [
        "activeTab",
        "nativeMessaging"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icons\/34x34.png"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/localhost:27182\/*",
        "<all_urls>"
    ],
    "icons": {
        "128": "icons\/128x128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-484af9e8.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "https:\/\/*\/*",
                "http:\/\/localhost:27182\/*",
                "<all_urls>"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/img\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*\/*",
                "<all_urls>",
                "http:\/\/localhost:27182\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/js\/index.ts.4ed993c7.js"
            ],
            "use_dynamic_url": true
        }
    ]
}
© 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