Chromium Preload

Preload Chromium on OS startup.

Wat is Chromium Preload?

Chromium Preload is een Chrome-extensie ontwikkeld door https://thorium.rocks, en de belangrijkste functie is "Preload Chromium on OS startup.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chromium Preload

Download Chromium Preload-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Chromium Preload Chromium Preload
ID ddjnfplagacilcnjpindbdcopccndihj
Officiële URL https://chromewebstore.google.com/detail/chromium-preload/ddjnfplagacilcnjpindbdcopccndihj
Beschrijving Preload Chromium on OS startup.
Bestandsgrootte 21.04 KB
Aantal Installaties 95
Huidige Versie 0.2.1
Laatst Bijgewerkt 2023-04-17
Publicatiedatum 2023-04-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://thorium.rocks
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Alex313031/Chromium-Preload
Help Pagina-URL https://github.com/StarterX4/chrome-preload-on-os-startup/issues
URL van de Privacybeleid Pagina https://thorium.rocks/COC.html
Ondersteunde Talen 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"
    }
}