F1 Background Extension

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

Wat is F1 Background Extension?

F1 Background Extension is een Chrome-extensie ontwikkeld door Bennett Kedrosky, en de belangrijkste functie is "Chrome extension for fans of F1. It will display a random F1 picture every time you open a new tab!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie F1 Background Extension

Download F1 Background Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam F1 Background Extension F1 Background Extension
ID jnebjkoihabiehdbikpbhabmjnlclgjj
Officiële URL https://chromewebstore.google.com/detail/f1-background-extension/jnebjkoihabiehdbikpbhabmjnlclgjj
Beschrijving Chrome extension for fans of F1. It will display a random F1 picture every time you open a new tab!
Bestandsgrootte 20.39 MB
Aantal Installaties 29
Huidige Versie 0.1
Laatst Bijgewerkt 2021-05-08
Publicatiedatum 2021-05-07
Ontwikkelaar Bennett Kedrosky
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}