Twitch Affiliate Sub Icons
Replaces Twitch's basic sub icon with better, custom icons.
Apa itu Twitch Affiliate Sub Icons?
Twitch Affiliate Sub Icons adalah ekstensi Chrome yang dikembangkan oleh MusicalMayo, dan fitur utamanya adalah "Replaces Twitch's basic sub icon with better, custom icons.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitch Affiliate Sub Icons
Unduh file ekstensi Twitch Affiliate Sub Icons dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Twitch Affiliate Sub Icons |
ID | eafophjfgcoikfppaofnalpppeckgoed |
URL Resmi | https://chromewebstore.google.com/detail/twitch-affiliate-sub-icon/eafophjfgcoikfppaofnalpppeckgoed |
Deskripsi | Replaces Twitch's basic sub icon with better, custom icons. |
Ukuran File | 74.62 KB |
Jumlah Instalasi | 599 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2017-07-03 |
Tanggal Publikasi | 2017-07-03 |
Pengembang | MusicalMayo |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |