F1 Background Extension

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

Qu'est-ce que F1 Background Extension ?

F1 Background Extension est une extension Chrome développée par Bennett Kedrosky, et sa fonction principale est "Chrome extension for fans of F1. It will display a random F1 picture every time you open a new tab!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension F1 Background Extension

Téléchargez les fichiers d'extension F1 Background Extension 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

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

Informations de Base sur l'Extension

Nom F1 Background Extension F1 Background Extension
ID jnebjkoihabiehdbikpbhabmjnlclgjj
URL Officiel https://chromewebstore.google.com/detail/f1-background-extension/jnebjkoihabiehdbikpbhabmjnlclgjj
Description Chrome extension for fans of F1. It will display a random F1 picture every time you open a new tab!
Taille du Fichier 20.39 MB
Nombre d'Installations 29
Version Actuelle 0.1
Dernière Mise à Jour 2021-05-08
Date de Publication 2021-05-07
Développeur Bennett Kedrosky
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}