Strong Caffeine
Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.
What is Strong Caffeine?
Strong Caffeine is a Chrome extension developed by mhenry1384, and its main feature is "Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.".
Extension Screenshots
Download Strong Caffeine Extension CRX File
Download Strong Caffeine extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Prevents OS from automatically going to sleep or starting screen saver. No option to disable. Intended for use with kiosk web apps.
Extension Basic Information
Name | Strong Caffeine |
ID | pmmnhaaoadicdfmemocgoplcgdmnpmji |
Official URL | https://chromewebstore.google.com/detail/strong-caffeine/pmmnhaaoadicdfmemocgoplcgdmnpmji |
Description | Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps. |
File Size | 8.64 KB |
Installation Count | 576 |
Current Version | 0.1.0 |
Last Updated | 2021-09-25 |
Publish Date | 2021-09-25 |
Developer | mhenry1384 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mhenry1384/caffeine |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.0", "name": "Strong Caffeine", "description": "Prevents OS from automatically going to sleep or starting screen saver. Intended for use with kiosk web apps.", "permissions": [ "power" ], "icons": { "128": "data\/icons\/128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": [], "homepage_url": "https:\/\/github.com\/mhenry1384\/caffeine" } |