Gifs4Twitch

Integrate Gifs into your Twitch chat!

ما هو Gifs4Twitch؟

Gifs4Twitch هو إضافة Chrome تم تطويرها بواسطة Beaglebreath، والميزة الرئيسية لها هي "Integrate Gifs into your Twitch chat!".

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

screenshot

تحميل ملف CRX للإضافة Gifs4Twitch

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

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

                        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                    

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

الاسم Gifs4Twitch Gifs4Twitch
ID ndpdoogmnglfkikddnhiiohnfglajfhe
عنوان URL الرسمي https://chromewebstore.google.com/detail/gifs4twitch/ndpdoogmnglfkikddnhiiohnfglajfhe
الوصف Integrate Gifs into your Twitch chat!
حجم الملف 779 KB
عدد التثبيتات 24
النسخة الحالية 0.1.0
آخر تحديث 2021-07-13
تاريخ النشر 2021-07-05
تقييم 5.00/5 مجموع تقييمات 1
المطور Beaglebreath
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}