TPP-Memotes
A set of cool (in-joke) emoticons that you can use anywhere on Twitch.
What is TPP-Memotes?
TPP-Memotes is a Chrome extension developed by Rycool102000, and its main feature is "A set of cool (in-joke) emoticons that you can use anywhere on Twitch.".
Download TPP-Memotes Extension CRX File
Download TPP-Memotes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Credit to aHiddenWaffle7 for helping me with the actual coding CURRENTLY UNSUPPORTED WITH CHATOT DUNGEON EMOTES NEEDS FFZ TO WORK!!!!!!
Extension Basic Information
Name | TPP-Memotes |
ID | chagjmfjhbhihelppcenkcjobbnbaifn |
Official URL | https://chromewebstore.google.com/detail/tpp-memotes/chagjmfjhbhihelppcenkcjobbnbaifn |
Description | A set of cool (in-joke) emoticons that you can use anywhere on Twitch. |
File Size | 24.27 KB |
Installation Count | 58 |
Current Version | 6.9.1 |
Last Updated | 2016-05-22 |
Publish Date | 2016-05-22 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Rycool102000 |
Payment Type | free |
Supported Languages | 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\/*" ] } |