Formula Racing News

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

Qu'est-ce que Formula Racing News ?

Formula Racing News est une extension Chrome développée par Track Star, et sa fonction principale est "All of the latest F1 news from www.formula1.com and your favorite YouTube channels in every new tab!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Formula Racing News

Téléchargez les fichiers d'extension Formula Racing News 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

                        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.                    

Informations de Base sur l'Extension

Nom Formula Racing News Formula Racing News
ID egkmfkdhpmifndbjonkfjcphhkpdiepg
URL Officiel https://chromewebstore.google.com/detail/formula-racing-news/egkmfkdhpmifndbjonkfjcphhkpdiepg
Description All of the latest F1 news from www.formula1.com and your favorite YouTube channels in every new tab!
Taille du Fichier 229 KB
Nombre d'Installations 46
Version Actuelle 0.0.3
Dernière Mise à Jour 2020-08-06
Date de Publication 2020-07-24
Évaluation 5.00/5 Total 3 Évaluations
Développeur Track Star
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}