GiffyTube
Get links to 3 second GIFs of the YouTube video you're watching
什么是GiffyTube?
GiffyTube是由https://giffytu.be开发的Chrome扩展程序,该扩展的主要功能是“Get links to 3 second GIFs of the YouTube video you're watching”。
扩展截图
下载GiffyTube扩展crx文件
下载GiffyTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | fijjgkkihhmbajhllkonpghlniolbhgl |
| 官方URL | https://chromewebstore.google.com/detail/giffytube/fijjgkkihhmbajhllkonpghlniolbhgl |
| 简介 | Get links to 3 second GIFs of the YouTube video you're watching |
| 文件大小 | 8.34 KB |
| 安装次数 | 97 |
| 当前版本 | 0.0.11 |
| 更新时间 | 2014-10-22 |
| 上架时间 | 2014-10-21 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://giffytu.be |
| 付费类型 | free |
| 扩展官网 | http://giffytu.be |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.11",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"http:\/\/*.youtube.com\/*",
"https:\/\/*.youtube.com\/*",
"http:\/\/youtube.com\/*",
"https:\/\/youtube.com\/*"
],
"js": [
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
"scripts\/inject.js",
"scripts\/vendor\/react\/react.js"
]
} | |