Twitch Affiliate Sub Icons
Replaces Twitch's basic sub icon with better, custom icons.
什麼是Twitch Affiliate Sub Icons?
Twitch Affiliate Sub Icons是由MusicalMayo開發的Chrome擴展程式,該擴展的主要功能是“Replaces Twitch's basic sub icon with better, custom icons.”。
擴展截圖
下載Twitch Affiliate Sub Icons擴展crx文件
下載Twitch Affiliate Sub Icons擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tired of that boring default star icon for Twitch subscribers? Now you can change it! With this extension, you can change that badge to any image you want. You can set the image per stream too, so you can have different icons for each of your favorite streamers. With the new influx of Twitch affiliates getting sub buttons, make subscribers stand out and get rid of that boring star!
擴展基本資訊
名稱 | Twitch Affiliate Sub Icons |
ID | eafophjfgcoikfppaofnalpppeckgoed |
官方網址 | https://chromewebstore.google.com/detail/twitch-affiliate-sub-icon/eafophjfgcoikfppaofnalpppeckgoed |
簡介 | Replaces Twitch's basic sub icon with better, custom icons. |
檔案大小 | 74.62 KB |
安裝次數 | 599 |
目前版本 | 1.0.3 |
更新時間 | 2017-07-03 |
上架時間 | 2017-07-03 |
開發者 | MusicalMayo |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Affiliate Sub Icons", "version": "1.0.3", "description": "Replaces Twitch's basic sub icon with better, custom icons.", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/www.twitch.tv\/*" ] } ], "options_page": "options.html", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon32.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |