TPP-Memotes
A set of cool (in-joke) emoticons that you can use anywhere on Twitch.
ما هو TPP-Memotes؟
TPP-Memotes هو إضافة Chrome تم تطويرها بواسطة Rycool102000، والميزة الرئيسية لها هي "A set of cool (in-joke) emoticons that you can use anywhere on Twitch.".
تحميل ملف CRX للإضافة TPP-Memotes
قم بتنزيل ملفات الامتداد TPP-Memotes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |