Biden for President

The latest news delivered to your browser.

O que é Biden for President?

Biden for President é uma extensão do Chrome desenvolvida por Biden2020, e sua principal característica é "The latest news delivered to your browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Biden for President

Baixe arquivos de extensão Biden for President 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

                        Install the officially unofficial Joe Biden for President Chrome extension! Get the latest news and social posts delivered directly to your browser's new tab page and keep in touch with Joe's campaign!

Every time you open a new tab in Chrome you'll get the latest from Joe's Twitter feed as well as any new videos from the campaign. You'll also have beautiful campaign-themed background images updated constantly to keep your energy going!

We're all in this together to defeat Trump, and your show of support is meaningful. Proceeds from any ads in this extension (and there's not many!) will benefit the Biden campaign. Let's do this, America!! Biden Harris 2020!                    

Informações Básicas da Extensão

Nome Biden for President Biden for President
ID eenlapmpadnaeolpllbibbnmcdihagjb
URL Oficial https://chrome.google.com/webstore/detail/biden-for-president/eenlapmpadnaeolpllbibbnmcdihagjb
Descrição The latest news delivered to your browser.
Tamanho do Arquivo 572 KB
Contagem de Instalações 40
Versão Atual 1.03
Última Atualização 2020-08-13
Data de Publicação 2020-08-13
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor Biden2020
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Biden for President",
    "description": "The latest news delivered to your browser.",
    "version": "1.03",
    "author": "Biden for President",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/tt16.png",
            "32": "images\/icons\/tt32.png"
        },
        "default_title": "Biden for President",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.supporter.fun\/*",
        "*:\/\/*.ampfeed.com\/*",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.amazonaws.com\/*",
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "images\/icons\/tt16.png",
        "32": "images\/icons\/tt32.png",
        "48": "images\/icons\/tt48.png",
        "128": "images\/icons\/tt128.png"
    },
    "default_locale": "en",
    "short_name": "Joe Biden",
    "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com https:\/\/cdn.syndication.twimg.com 'unsafe-eval'; object-src 'self'"
}