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 |
官方網址 | 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" } |