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" ] } |