Chromium Preload
Preload Chromium on OS startup.
Qu'est-ce que Chromium Preload ?
Chromium Preload est une extension Chrome développée par https://thorium.rocks, et sa fonction principale est "Preload Chromium on OS startup.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chromium Preload
Téléchargez les fichiers d'extension Chromium Preload au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Chromium Preload |
ID | ddjnfplagacilcnjpindbdcopccndihj |
URL Officiel | https://chromewebstore.google.com/detail/chromium-preload/ddjnfplagacilcnjpindbdcopccndihj |
Description | Preload Chromium on OS startup. |
Taille du Fichier | 21.04 KB |
Nombre d'Installations | 95 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2023-04-17 |
Date de Publication | 2023-04-17 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://thorium.rocks |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Alex313031/Chromium-Preload |
URL de la Page d'Aide | https://github.com/StarterX4/chrome-preload-on-os-startup/issues |
URL de la Page de Politique de Confidentialité | https://thorium.rocks/COC.html |
Langues Prises en Charge | 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" } } |