Twitch Dongers

Use a variety of ASCII-based emoticons on Twitch

Twitch Dongersคืออะไร?

Twitch Dongers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark Doe และคุณลักษณะหลักของมันคือ "Use a variety of ASCII-based emoticons on Twitch"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Dongers

ดาวน์โหลดไฟล์ส่วนขยาย Twitch Dongers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        A huge library of various ASCII-based emoticons, just one click away.

The Twitch Dongers extension adds a button to your Twitch chat window which will give you access to hundreds of emoticons. The emoticons are provided by dongerlist.com.
Just pick the emoticon you'd like to use and it will be automatically added to your chat window.

Update:
* Added: "Recently used" category
* Added: Emoticon length (since some chats allow only a certain amount of unusual ASCII symbols)
* Changed: Selector box now closes when you click outside it.

Disclaimer:
* Some of the channels do not allow the use of ASCII based emoticons.
So use with caution.
* All content is provided by an external website dongerlist.com. The developer of this extension is not responsible for content of this extension and for content on any other websites linked to from this extension. 
* The developer of this extension does not take any responsibility in case you get banned, your eyes start bleeding or the world is invaded by bloodthirsty penguins.
* Twitch and Twitch logo are the property of Twitch Interactive Inc. and/or Amazon.com Inc.
Use of them does not imply any affiliation with or endorsement by them.

 ( ͡° ͜ʖ ͡°)/ Al_kappaccino                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitch Dongers Twitch Dongers
ID gghfcijjckogopngfdlmbfonadjkkoil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-dongers/gghfcijjckogopngfdlmbfonadjkkoil
คำอธิบาย Use a variety of ASCII-based emoticons on Twitch
ขนาดไฟล์ 41.71 KB
จำนวนการติดตั้ง 1,137
เวอร์ชันปัจจุบัน 0.6.420
อัปเดตครั้งล่าสุด 2016-06-11
วันที่เผยแพร่ 2016-06-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Mark Doe
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Dongers",
    "description": "Use a variety of ASCII-based emoticons on Twitch",
    "version": "0.6.420",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.min.js",
            "jquery.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.twitch.tv\/"
            ],
            "js": [
                "jquery.min.js",
                "waitforelementtoload.min.js",
                "content.min.js"
            ],
            "css": [
                "dongers.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "twitch_popup.html"
    ],
    "permissions": [
        "http:\/\/*.dongerlist.com\/*"
    ]
}