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文件

下載TPP-Memotes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}