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."입니다.

확장 프로그램 스크린샷

screenshot

Twitch Affiliate Sub Icons 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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