Support a Streamer - New Tab Page

Open Tabs, Support Streamers!

O que é Support a Streamer - New Tab Page?

Support a Streamer - New Tab Page é uma extensão do Chrome desenvolvida por Pilum, e sua principal característica é "Open Tabs, Support Streamers!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Support a Streamer - New Tab Page

Baixe arquivos de extensão Support a Streamer - New Tab Page 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

                        Open tabs, Support Streamers. For every tab you open, you help streamers pursue their dreams.

Support a Streamer transforms your "new tab" page. Each time you open a tab, you will be greeted with an incredible new tab page filled with custom widgets, pictures, and a couple banner ads. We collect ad revenue from the page and use it to donate & sponsor streamers. 

Features: 
Beautiful Tabs
Clock in 12h & 24h Format
Search Bar
Notes, Bookmarks & To-Do List
New Daily Pictures or Customize Yourself

Learn more at http://supportastreamer.com/                    

Informações Básicas da Extensão

Nome Support a Streamer - New Tab Page Support a Streamer - New Tab Page
ID jbmohcoffblehllogmlpacooemgkoiki
URL Oficial https://chrome.google.com/webstore/detail/support-a-streamer-new-ta/jbmohcoffblehllogmlpacooemgkoiki
Descrição Open Tabs, Support Streamers!
Tamanho do Arquivo 16.98 KB
Contagem de Instalações 10
Versão Atual 1.15
Última Atualização 2019-09-17
Data de Publicação 2019-09-17
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Pilum
Tipo de Pagamento free
Site da Extensão http://supportastreamer.com/
URL da Página de Ajuda http://supportastreamer.com/contact
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "ext-background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "iframe.html"
    },
    "icons": {
        "128": ".\/img\/logo128.png",
        "16": ".\/img\/logo16.png",
        "32": ".\/img\/logo32.png",
        "48": ".\/img\/logo48.png"
    },
    "browser_action": {
        "default_icon": ".\/img\/logo32.png"
    },
    "manifest_version": 2,
    "name": "Support a Streamer - New Tab Page",
    "description": "Open Tabs, Support Streamers!",
    "permissions": [
        "tabs"
    ],
    "version": "1.15"
}