TPP-Memotes

A set of cool (in-joke) emoticons that you can use anywhere on Twitch.

TPP-Memotes란 무엇입니까?

TPP-Memotes은(는) Rycool102000에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A set of cool (in-joke) emoticons that you can use anywhere on Twitch."입니다.

TPP-Memotes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Credit to aHiddenWaffle7 for helping me with the actual coding
CURRENTLY UNSUPPORTED WITH CHATOT DUNGEON EMOTES
NEEDS FFZ TO WORK!!!!!!                    

확장 프로그램 기본 정보

이름 TPP-Memotes TPP-Memotes
ID chagjmfjhbhihelppcenkcjobbnbaifn
공식 URL https://chromewebstore.google.com/detail/tpp-memotes/chagjmfjhbhihelppcenkcjobbnbaifn
설명 A set of cool (in-joke) emoticons that you can use anywhere on Twitch.
파일 크기 24.27 KB
설치 횟수 58
현재 버전 6.9.1
최근 업데이트 2016-05-22
출시 날짜 2016-05-22
평점 5.00/5 총 4 개의 평점
개발자 Rycool102000
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TPP-Memotes",
    "short_name": "TPPM",
    "description": "A set of cool (in-joke) emoticons that you can use anywhere on Twitch.",
    "version": "6.9.1",
    "homepage_url": "https:\/\/www.twitch.tv\/twitchplayspokemon",
    "icons": {
        "16": "1.png",
        "48": "2.png",
        "128": "3.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "exclude_globs": [
                "*:\/\/api.twitch.tv\/*"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.twitch.tv\/*",
        "*:\/\/*.github.io\/*"
    ]
}