Twitch Plays Pokemon Chat Fix
Removes seeing other user's commands in chat, so that you can actually see what matters
ما هو Twitch Plays Pokemon Chat Fix؟
Twitch Plays Pokemon Chat Fix هو إضافة Chrome تم تطويرها بواسطة Reditr Software، والميزة الرئيسية لها هي "Removes seeing other user's commands in chat, so that you can actually see what matters".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch Plays Pokemon Chat Fix
قم بتنزيل ملفات الامتداد Twitch Plays Pokemon Chat Fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension hides messages that are commands, so that you may read actual messages in the chat at: http://www.twitch.tv/twitchplayspokemon
معلومات أساسية عن التمديد
الاسم | Twitch Plays Pokemon Chat Fix |
ID | dgjogmjpmldlanhjlggeibkoajnlmeen |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-plays-pokemon-chat/dgjogmjpmldlanhjlggeibkoajnlmeen |
الوصف | Removes seeing other user's commands in chat, so that you can actually see what matters |
حجم الملف | 56.6 KB |
عدد التثبيتات | 320 |
النسخة الحالية | 1.1.16 |
آخر تحديث | 2014-02-18 |
تاريخ النشر | 2014-02-18 |
تقييم | 3.70/5 مجموع تقييمات 33 |
المطور | Reditr Software |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://reddit6.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Plays Pokemon Chat Fix", "description": "Removes seeing other user's commands in chat, so that you can actually see what matters", "version": "1.1.16", "homepage_url": "http:\/\/reditr.com", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/twitch.tv\/twitchplayspokemon\/*", "*:\/\/*.twitch.tv\/twitchplayspokemon\/*" ], "js": [ "jQuery.js", "script.js" ] } ] } |