Gifs4Twitch
Integrate Gifs into your Twitch chat!
Vad är Gifs4Twitch?
Gifs4Twitch är en Chrome-tillägg utvecklad av Beaglebreath, och dess huvudfunktion är "Integrate Gifs into your Twitch chat!".
Tilläggsskärmbilder
Ladda ner Gifs4Twitch-förlängningens CRX-fil
Ladda ner Gifs4Twitch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Gifs4Twitch |
ID | ndpdoogmnglfkikddnhiiohnfglajfhe |
Officiell webbadress | https://chromewebstore.google.com/detail/gifs4twitch/ndpdoogmnglfkikddnhiiohnfglajfhe |
Beskrivning | Integrate Gifs into your Twitch chat! |
Filstorlek | 779 KB |
Antal Installationer | 24 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2021-07-13 |
Publiceringsdatum | 2021-07-05 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Beaglebreath |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |