SpaceX Animated New Tab

Simple New Tab for SpaceX Fans (with animation speed control)

Cos'è SpaceX Animated New Tab?

SpaceX Animated New Tab è un'estensione di Chrome sviluppata da KristijanRoss, e la sua funzione principale è "Simple New Tab for SpaceX Fans (with animation speed control)".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SpaceX Animated New Tab

Scarica i file di estensione SpaceX Animated New Tab 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

                        Includes:
- Recently closed tabs
- Useful Chrome shortcuts
- Control the video speed with mouse wheel

Details:
- Storage: chrome.local
- Ignored links: /^(chrome|data)/
- Video: spacex.mp4 (1920x1080, 30fps, 28s, 3MB)
- Min./Max. playback speed: 0x - 16x

Open Source:
https://github.com/ChrisRoss5/SpaceX-Animated-New-Tab                    

Informazioni di Base sull'Estensione

Nome SpaceX Animated New Tab SpaceX Animated New Tab
ID eggflkbkogehhhaekeghblbciboldiki
URL Ufficiale https://chromewebstore.google.com/detail/spacex-animated-new-tab/eggflkbkogehhhaekeghblbciboldiki
Descrizione Simple New Tab for SpaceX Fans (with animation speed control)
Dimensione del File 3.13 MB
Conteggio Installazioni 478
Versione Corrente 1.2
Ultimo Aggiornamento 2022-04-29
Data di Pubblicazione 2020-09-14
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore KristijanRoss
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://ednevnik.plus/politika-privatnosti
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SpaceX Animated New Tab",
    "author": "Kristijan Rosandi\u0107",
    "description": "Simple New Tab for SpaceX Fans (with animation speed control)",
    "version": "1.2",
    "offline_enabled": true,
    "icons": {
        "128": "assets\/128x128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "spacex.html"
    }
}