Formula Racing News

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

Vad är Formula Racing News?

Formula Racing News är en Chrome-tillägg utvecklad av Track Star, och dess huvudfunktion är "All of the latest F1 news from www.formula1.com and your favorite YouTube channels in every new tab!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Formula Racing News-förlängningens CRX-fil

Ladda ner Formula Racing News-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Formula Racing News Formula Racing News
ID egkmfkdhpmifndbjonkfjcphhkpdiepg
Officiell webbadress https://chromewebstore.google.com/detail/formula-racing-news/egkmfkdhpmifndbjonkfjcphhkpdiepg
Beskrivning All of the latest F1 news from www.formula1.com and your favorite YouTube channels in every new tab!
Filstorlek 229 KB
Antal Installationer 46
Aktuell Version 0.0.3
Senast Uppdaterad 2020-08-06
Publiceringsdatum 2020-07-24
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Track Star
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}