Chromium Preload

Preload Chromium on OS startup.

What is Chromium Preload?

Chromium Preload is a Chrome extension developed by https://thorium.rocks, and its main feature is "Preload Chromium on OS startup.".

Extension Screenshots

screenshot

Download Chromium Preload Extension CRX File

Download Chromium Preload 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

                        A simple Chrome extension making use of the "background" permission and JS sleep function to preload Chromium-based browsers on OS startup and keep it running in the background.                    

Extension Basic Information

Name Chromium Preload Chromium Preload
ID ddjnfplagacilcnjpindbdcopccndihj
Official URL https://chromewebstore.google.com/detail/chromium-preload/ddjnfplagacilcnjpindbdcopccndihj
Description Preload Chromium on OS startup.
File Size 21.04 KB
Installation Count 95
Current Version 0.2.1
Last Updated 2023-04-17
Publish Date 2023-04-17
Rating 5.00/5 Total 1 Ratings
Developer https://thorium.rocks
Email [email protected]
Payment Type free
Extension Website https://github.com/Alex313031/Chromium-Preload
Help Page URL https://github.com/StarterX4/chrome-preload-on-os-startup/issues
Privacy Policy Page URL https://thorium.rocks/COC.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chromium Preload",
    "short_name": "Preload",
    "version": "0.2.1",
    "version_name": "0.2.1",
    "offline_enabled": true,
    "homepage_url": "https:\/\/github.com\/StarterX4\/chrome-preload-on-os-startup",
    "author": "StarterX4",
    "description": "Preload Chromium on OS startup.",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon_16.png",
        "24": "icons\/icon_24.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png"
    },
    "permissions": [
        "background"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}