sodaG

Returns sodaG (and friends) to Twitch chat.

sodaG là gì?

sodaG là một tiện ích mở rộng Chrome được phát triển bởi https://www.thedeadpixelsociety.com, và tính năng chính của nó là "Returns sodaG (and friends) to Twitch chat.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng sodaG

Tải xuống các tệp mở rộng sodaG dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Modifies the Twitch chat pane to make the removed sodaG (and friends) emoticons available again for users of the extension.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên sodaG sodaG
ID bpaipbaiemikfhkocfcfaclnleninehe
URL Chính Thức https://chromewebstore.google.com/detail/sodag/bpaipbaiemikfhkocfcfaclnleninehe
Mô tả Returns sodaG (and friends) to Twitch chat.
Kích Thước Tệp 45.59 KB
Số Lần Cài Đặt 1,162
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2016-03-12
Ngày Phát Hành 2016-03-11
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://www.thedeadpixelsociety.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "sodaG",
    "version": "1.0.3",
    "description": "Returns sodaG (and friends) to Twitch chat.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "32": "sodaG_32.png",
        "64": "sodaG_64.png",
        "128": "sodaG_128.png"
    }
}