Support a Streamer - New Tab Page
Open Tabs, Support Streamers!
Cos'è Support a Streamer - New Tab Page?
Support a Streamer - New Tab Page è un'estensione di Chrome sviluppata da Pilum, e la sua funzione principale è "Open Tabs, Support Streamers!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Support a Streamer - New Tab Page
Scarica i file di estensione Support a Streamer - New Tab Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | |
ID | jbmohcoffblehllogmlpacooemgkoiki |
URL Ufficiale | https://chrome.google.com/webstore/detail/support-a-streamer-new-ta/jbmohcoffblehllogmlpacooemgkoiki |
Descrizione | Open Tabs, Support Streamers! |
Dimensione del File | 16.98 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.15 |
Ultimo Aggiornamento | 2019-09-17 |
Data di Pubblicazione | 2019-09-17 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Pilum |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://supportastreamer.com/ |
URL della Pagina di Aiuto | http://supportastreamer.com/contact |
Lingue Supportate | 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" } |