WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Sleep or else

Sleep or else

View on Chrome Web Store
View Sleep or else 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.

A chrome extension for blocking websites (for use with the Sleep or else app)
Type
Extension
Users
3 users
1
Ali Kasasbeh
View author page of Ali Kasasbeh
Published
Published on March 14, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on March 16, 2024
lifestyle/well_being
Extension Category
View on Chrome Web Store
View Sleep or else 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": "Sleep or else",
    "version": "1.0.0",
    "description": "A chrome extension for blocking websites (for use with the Sleep or else app)",
    "permissions": [
        "activeTab"
    ],
    "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.tsx-loader-1a87c94b.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.tsx.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