Support a Streamer - New Tab Page
Open Tabs, Support Streamers!
What is Support a Streamer - New Tab Page?
Support a Streamer - New Tab Page is a Chrome extension developed by Pilum, and its main feature is "Open Tabs, Support Streamers!".
Extension Screenshots
Download Support a Streamer - New Tab Page Extension CRX File
Download Support a Streamer - New Tab Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | |
ID | jbmohcoffblehllogmlpacooemgkoiki |
Official URL | https://chrome.google.com/webstore/detail/support-a-streamer-new-ta/jbmohcoffblehllogmlpacooemgkoiki |
Description | Open Tabs, Support Streamers! |
File Size | 16.98 KB |
Installation Count | 10 |
Current Version | 1.15 |
Last Updated | 2019-09-17 |
Publish Date | 2019-09-17 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Pilum |
Payment Type | free |
Extension Website | http://supportastreamer.com/ |
Help Page URL | http://supportastreamer.com/contact |
Supported Languages | 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" } |