F1 Background Extension

Chrome extension for fans of F1. It will display a random F1 picture every time you open a new tab!

Cos'è F1 Background Extension?

F1 Background Extension è un'estensione di Chrome sviluppata da Bennett Kedrosky, e la sua funzione principale è "Chrome extension for fans of F1. It will display a random F1 picture every time you open a new tab!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione F1 Background Extension

Scarica i file di estensione F1 Background Extension 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

                        Chrome extension for fans of F1. It will display a random F1 picture every time you open a new tab!                    

Informazioni di Base sull'Estensione

Nome F1 Background Extension F1 Background Extension
ID jnebjkoihabiehdbikpbhabmjnlclgjj
URL Ufficiale https://chromewebstore.google.com/detail/f1-background-extension/jnebjkoihabiehdbikpbhabmjnlclgjj
Descrizione Chrome extension for fans of F1. It will display a random F1 picture every time you open a new tab!
Dimensione del File 20.39 MB
Conteggio Installazioni 29
Versione Corrente 0.1
Ultimo Aggiornamento 2021-05-08
Data di Pubblicazione 2021-05-07
Sviluppatore Bennett Kedrosky
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "F1 Background Extension",
    "version": "0.1",
    "chrome_url_overrides": {
        "newtab": "myNewTab.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.5.1.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}