Chromium Preload
Preload Chromium on OS startup.
Cos'è Chromium Preload?
Chromium Preload è un'estensione di Chrome sviluppata da https://thorium.rocks, e la sua funzione principale è "Preload Chromium on OS startup.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chromium Preload
Scarica i file di estensione Chromium Preload in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ddjnfplagacilcnjpindbdcopccndihj |
| URL Ufficiale | https://chromewebstore.google.com/detail/chromium-preload/ddjnfplagacilcnjpindbdcopccndihj |
| Descrizione | Preload Chromium on OS startup. |
| Dimensione del File | 21.04 KB |
| Conteggio Installazioni | 95 |
| Versione Corrente | 0.2.1 |
| Ultimo Aggiornamento | 2023-04-17 |
| Data di Pubblicazione | 2023-04-17 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://thorium.rocks |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/Alex313031/Chromium-Preload |
| URL della Pagina di Aiuto | https://github.com/StarterX4/chrome-preload-on-os-startup/issues |
| URL della Pagina della Politica sulla Privacy | https://thorium.rocks/COC.html |
| Lingue Supportate | 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"
}
} | |