Formula Racing News

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

Τι είναι το Formula Racing News;

Το Formula Racing News είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Track Star, και η κύρια λειτουργία του είναι "All of the latest F1 news from www.formula1.com and your favorite YouTube channels in every new tab!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Formula Racing News

Λήψη αρχείων επέκτασης Formula Racing News σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Formula Racing News Formula Racing News
ID egkmfkdhpmifndbjonkfjcphhkpdiepg
Επίσημο URL https://chromewebstore.google.com/detail/formula-racing-news/egkmfkdhpmifndbjonkfjcphhkpdiepg
Περιγραφή All of the latest F1 news from www.formula1.com and your favorite YouTube channels in every new tab!
Μέγεθος Αρχείου 229 KB
Αριθμός Εγκαταστάσεων 46
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2020-08-06
Ημερομηνία Δημοσίευσης 2020-07-24
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Track Star
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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'"
}