Formula Racing News

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

O que é Formula Racing News?

Formula Racing News é uma extensão do Chrome desenvolvida por Track Star, e sua principal característica é "All of the latest F1 news from www.formula1.com and your favorite YouTube channels in every new tab!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Formula Racing News

Baixe arquivos de extensão Formula Racing News no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Formula Racing News Formula Racing News
ID egkmfkdhpmifndbjonkfjcphhkpdiepg
URL Oficial https://chromewebstore.google.com/detail/formula-racing-news/egkmfkdhpmifndbjonkfjcphhkpdiepg
Descrição All of the latest F1 news from www.formula1.com and your favorite YouTube channels in every new tab!
Tamanho do Arquivo 229 KB
Contagem de Instalações 46
Versão Atual 0.0.3
Última Atualização 2020-08-06
Data de Publicação 2020-07-24
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Track Star
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
}