Gifs4Twitch

Integrate Gifs into your Twitch chat!

What is Gifs4Twitch?

Gifs4Twitch is a Chrome extension developed by Beaglebreath, and its main feature is "Integrate Gifs into your Twitch chat!".

Extension Screenshots

screenshot

Download Gifs4Twitch Extension CRX File

Download Gifs4Twitch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Gifs4Twitch Gifs4Twitch
ID ndpdoogmnglfkikddnhiiohnfglajfhe
Official URL https://chromewebstore.google.com/detail/gifs4twitch/ndpdoogmnglfkikddnhiiohnfglajfhe
Description Integrate Gifs into your Twitch chat!
File Size 779 KB
Installation Count 24
Current Version 0.1.0
Last Updated 2021-07-13
Publish Date 2021-07-05
Rating 5.00/5 Total 1 Ratings
Developer Beaglebreath
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}