Gifs4Twitch

Integrate Gifs into your Twitch chat!

Qu'est-ce que Gifs4Twitch ?

Gifs4Twitch est une extension Chrome développée par Beaglebreath, et sa fonction principale est "Integrate Gifs into your Twitch chat!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Gifs4Twitch

Téléchargez les fichiers d'extension Gifs4Twitch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Gifs4Twitch Gifs4Twitch
ID ndpdoogmnglfkikddnhiiohnfglajfhe
URL Officiel https://chromewebstore.google.com/detail/gifs4twitch/ndpdoogmnglfkikddnhiiohnfglajfhe
Description Integrate Gifs into your Twitch chat!
Taille du Fichier 779 KB
Nombre d'Installations 24
Version Actuelle 0.1.0
Dernière Mise à Jour 2021-07-13
Date de Publication 2021-07-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur Beaglebreath
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}