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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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