Formula Racing News

All of the latest F1 news from www.formula1.com and your favorite YouTube channels in every new tab!

Cos'è Formula Racing News?

Formula Racing News è un'estensione di Chrome sviluppata da Track Star, e la sua funzione principale è "All of the latest F1 news from www.formula1.com and your favorite YouTube channels in every new tab!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Formula Racing News

Scarica i file di estensione Formula Racing News 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

                        This extension will replace the default new tab page with the latest F1 news from www.formula1.com and YouTube as well as a countdown to the next race session.                    

Informazioni di Base sull'Estensione

Nome Formula Racing News Formula Racing News
ID egkmfkdhpmifndbjonkfjcphhkpdiepg
URL Ufficiale https://chromewebstore.google.com/detail/formula-racing-news/egkmfkdhpmifndbjonkfjcphhkpdiepg
Descrizione All of the latest F1 news from www.formula1.com and your favorite YouTube channels in every new tab!
Dimensione del File 229 KB
Conteggio Installazioni 46
Versione Corrente 0.0.3
Ultimo Aggiornamento 2020-08-06
Data di Pubblicazione 2020-07-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Track Star
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Formula Racing News",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "All of the latest F1 news from www.formula1.com and your favorite YouTube channels in every new tab!",
    "icons": {
        "16": "icons\/FRNicon16.png",
        "48": "icons\/FRNicon48.png",
        "128": "icons\/FRNicon128.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "icons\/FRNicon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-1.7.1.min.js https:\/\/widget.rss.app; object-src 'self'"
}