Twitch Affiliate Sub Icons

Replaces Twitch's basic sub icon with better, custom icons.

Twitch Affiliate Sub Icons là gì?

Twitch Affiliate Sub Icons là một tiện ích mở rộng Chrome được phát triển bởi MusicalMayo, và tính năng chính của nó là "Replaces Twitch's basic sub icon with better, custom icons.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitch Affiliate Sub Icons

Tải xuống các tệp mở rộng Twitch Affiliate Sub Icons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitch Affiliate Sub Icons Twitch Affiliate Sub Icons
ID eafophjfgcoikfppaofnalpppeckgoed
URL Chính Thức https://chromewebstore.google.com/detail/twitch-affiliate-sub-icon/eafophjfgcoikfppaofnalpppeckgoed
Mô tả Replaces Twitch's basic sub icon with better, custom icons.
Kích Thước Tệp 74.62 KB
Số Lần Cài Đặt 599
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2017-07-03
Ngày Phát Hành 2017-07-03
Nhà Phát Triển MusicalMayo
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}