Twitch Animotes

Replace the default robot emotes with cute anime gifs.

ما هو Twitch Animotes؟

Twitch Animotes هو إضافة Chrome تم تطويرها بواسطة Dangerpaws، والميزة الرئيسية لها هي "Replace the default robot emotes with cute anime gifs.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Twitch Animotes

قم بتنزيل ملفات الامتداد Twitch Animotes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Simply install and this will automatically replace the robot emotes with cute anime gifs. 

Feel free to leave comments and suggestions. 

Find me @: 
https://twitter.com/channelerchris
http://www.twitch.tv/channelerchris
https://www.youtube.com/channel/UCDH1qXTuGUqrQsGu5I7qTtA
dangerousmachinery.com                    

معلومات أساسية عن التمديد

الاسم Twitch Animotes Twitch Animotes
ID pbflnmlcobgpefmjfmbfanhagnemckkl
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-animotes/pbflnmlcobgpefmjfmbfanhagnemckkl
الوصف Replace the default robot emotes with cute anime gifs.
حجم الملف 17.45 KB
عدد التثبيتات 465
النسخة الحالية 3.1
آخر تحديث 2020-10-19
تاريخ النشر 2020-10-19
تقييم 4.78/5 مجموع تقييمات 27
المطور Dangerpaws
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Animotes",
    "version": "3.1",
    "description": "Replace the default robot emotes with cute anime gifs.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ]
}