Support a Streamer - New Tab Page
Open Tabs, Support Streamers!
什么是Support a Streamer - New Tab Page?
Support a Streamer - New Tab Page是由Pilum开发的Chrome扩展程序,该扩展的主要功能是“Open Tabs, Support Streamers!”。
扩展截图
下载Support a Streamer - New Tab Page扩展crx文件
下载Support a Streamer - New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/ 扩展基本信息
| 名称 | |
| ID | jbmohcoffblehllogmlpacooemgkoiki |
| 官方URL | https://chrome.google.com/webstore/detail/support-a-streamer-new-ta/jbmohcoffblehllogmlpacooemgkoiki |
| 简介 | Open Tabs, Support Streamers! |
| 文件大小 | 16.98 KB |
| 安装次数 | 10 |
| 当前版本 | 1.15 |
| 更新时间 | 2019-09-17 |
| 上架时间 | 2019-09-17 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Pilum |
| 付费类型 | free |
| 扩展官网 | http://supportastreamer.com/ |
| 帮助页面URL | http://supportastreamer.com/contact |
| 支持的语言 | 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"
} | |