WebExtension.net
WebExtension.net

SuperFocus - Time Tracker, Block Sites, Hide Distractions

View on Chrome Web Store
View SuperFocus - Time Tracker, Block Sites, Hide Distractions Chrome Extension on Chrome Web Store
4.4 (9 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Track time of your web activity, limit and block distracting websites, and hide distractions.
Type
Extension
Users
305 users
1
Dictanote
View author page of Dictanote
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 22, 2022
Version 2.4
Manifest version
3
Updated
Updated on June 6, 2024
View on Chrome Web Store
View SuperFocus - Time Tracker, Block Sites, Hide Distractions Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.4",
    "manifest_version": 3,
    "short_name": "SuperFocus",
    "options_page": "src\/dashboard.html",
    "default_locale": "en",
    "icons": {
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "idle",
        "unlimitedStorage",
        "alarms",
        "notifications"
    ],
    "offline_enabled": true,
    "background": {
        "service_worker": "src\/background.js"
    },
    "homepage_url": "http:\/\/getsuperfocus.com",
    "action": {
        "default_popup": "src\/popup.html",
        "default_title": "SuperFocus"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "src\/cs\/youtube.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "src\/cs\/linkedin.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/x.com\/*"
            ],
            "js": [
                "src\/cs\/twitter.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "src\/cs\/facebook.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "src\/cs\/instagram.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "src\/cs\/reddit.js"
            ],
            "run_at": "document_start"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0uClC1gfWAB7ShE29+xdq02exp7w7AnQmu7HkWvMCGmasevaJimlKQRHbdVR8Ya5eDo6XDwl2vOlhEZMEysPvXBa+YZIyCUnNsegIiUmKG2MODUCl4PvHGNv7pHo7y2YjG4U4pyhrDAlyJl8bDbppZQYwxv63fxt4eWE6UdUY6LJtCTALr\/kVu6rmt58mm3nO4XSI+tz8TiQXMzFpOo6O\/e8j2D7b62Lhc\/w4UUWNHjYzM3uwlTS6iwB1XKGbDa1+oZrRGxvayk3H5\/cG\/Rpl6xxeH7ZNjwa0hmNMUohQt\/IV6eeossLdRzba7yshnvmvUmTortXkvKGfE2Z1iiseQIDAQAB",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.getsuperfocus.com\/*",
            "https:\/\/getsuperfocus.com\/*",
            "http:\/\/localhost:8000\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/x.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.reddit.com\/*"
            ],
            "resources": [
                "css\/*.css"
            ]
        },
        {
            "resources": [
                "src\/welcome.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "src\/dashboard.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
WebExtension.net

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

© 2024 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