F1 Background Extension

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

What is F1 Background Extension?

F1 Background Extension is a Chrome extension developed by Bennett Kedrosky, and its main feature is "Chrome extension for fans of F1. It will display a random F1 picture every time you open a new tab!".

Extension Screenshots

screenshot

Download F1 Background Extension Extension CRX File

Download F1 Background Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name F1 Background Extension F1 Background Extension
ID jnebjkoihabiehdbikpbhabmjnlclgjj
Official URL 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!
File Size 20.39 MB
Installation Count 29
Current Version 0.1
Last Updated 2021-05-08
Publish Date 2021-05-07
Developer Bennett Kedrosky
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}