Gifs4Twitch

Integrate Gifs into your Twitch chat!

Gifs4Twitch là gì?

Gifs4Twitch là một tiện ích mở rộng Chrome được phát triển bởi Beaglebreath, và tính năng chính của nó là "Integrate Gifs into your 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 Gifs4Twitch

Tải xuống các tệp mở rộng Gifs4Twitch 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

                        Level up your Twitch chat by sending and receiving Gifs!
Simply click on the Gifs4Twitch icon in your chat to get started.


Powered by Tenor                    

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

Tên Gifs4Twitch Gifs4Twitch
ID ndpdoogmnglfkikddnhiiohnfglajfhe
URL Chính Thức https://chromewebstore.google.com/detail/gifs4twitch/ndpdoogmnglfkikddnhiiohnfglajfhe
Mô tả Integrate Gifs into your Twitch chat!
Kích Thước Tệp 779 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2021-07-13
Ngày Phát Hành 2021-07-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Beaglebreath
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",
    "name": "Gifs4Twitch",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Integrate Gifs into your Twitch chat!",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "css": [
                "styles\/content.css",
                "styles\/bootstrap.min.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "twitch giphy",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/icon-38.png"
    ]
}