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