Gifs4Twitch
Integrate Gifs into your Twitch chat!
什么是Gifs4Twitch?
Gifs4Twitch是由Beaglebreath开发的Chrome扩展程序,该扩展的主要功能是“Integrate Gifs into your Twitch chat!”。
扩展截图
下载Gifs4Twitch扩展crx文件
下载Gifs4Twitch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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"
]
} | |