Gifs4Twitch

Integrate Gifs into your Twitch chat!

Gifs4Twitch क्या है?

Gifs4Twitch Beaglebreath द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Integrate Gifs into your Twitch chat!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gifs4Twitch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}