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 |
官方URL | 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" ] } |