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 |
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\/*" ] } |