TwitchEmotes

Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.

TwitchEmotes란 무엇입니까?

TwitchEmotes은(는) faaf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

TwitchEmotes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension replaces Twitch, BetterTTV and FrankerFaceZ emote text with emote images on all sites.
Add your favourite channels from the settings page.
Works everywhere including Twitch live/VOD/clips chat and YouTube chat.

Source Code:
https://github.com/Phineas05/TwitchEmotes                    

확장 프로그램 기본 정보

이름 TwitchEmotes TwitchEmotes
ID kjjlajpjmldgolobcakncgeoaofcgkom
공식 URL https://chrome.google.com/webstore/detail/twitchemotes/kjjlajpjmldgolobcakncgeoaofcgkom
설명 Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.
파일 크기 75.39 KB
설치 횟수 40,000
현재 버전 2.11
최근 업데이트 2020-05-27
출시 날짜 2020-05-27
평점 3.94/5 총 16 개의 평점
개발자 faaf
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Phineas05/TwitchEmotes
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TwitchEmotes",
    "version": "2.11",
    "description": "Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "jquery-3.3.1.min.js",
                "replacer.js"
            ]
        }
    ],
    "options_page": "settings.html"
}