WebExtension.net
WebExtension.net

No sleep

View on Chrome Web Store
View No sleep Chrome Extension on Chrome Web Store
4.0 (4 ratings)

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

This extension allows you to prevent your device from going to dim/sleep/hibernate/lock
Type
Extension
Users
1,000 users
jgaboryj
View author page of jgaboryj
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 8, 2022
Version 0.1.0
Manifest version
3
Updated
Updated on July 8, 2022
View on Chrome Web Store
View No sleep Chrome Extension on Chrome Web Store
lifestyle/household
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No sleep",
    "version": "0.1.0",
    "description": "This extension allows you to prevent your device from going to dim\/sleep\/hibernate\/lock",
    "manifest_version": 3,
    "author": "yrobag",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "tabs"
    ],
    "action": {
        "default_title": "No sleep"
    },
    "icons": {
        "128": "logo.png"
    }
}
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