什么是YouTube™ In GIFs?
YouTube™ In GIFs是由whizzzkid开发的Chrome扩展程序,该扩展的主要功能是“Redirects you to the awesome GIF YouTube™ service [[email protected]]”。
扩展截图
下载YouTube™ In GIFs扩展crx文件
下载YouTube™ In GIFs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
gifyoutube.com is awesome. It let's me create any YouTube™ video as GIF. This extension ads a button to instantly create GIFs from youtube videos.
Source code: https://gitlab.com/whizzzkid/YouTubeGIF
Changelog:
v0.1: Initial Release 扩展基本信息
| 名称 | |
| ID | hdkmckbmnnlfcjkggbkjekmhigodpkan |
| 官方URL | https://chromewebstore.google.com/detail/youtube-in-gifs/hdkmckbmnnlfcjkggbkjekmhigodpkan |
| 简介 | Redirects you to the awesome GIF YouTube™ service [[email protected]] |
| 文件大小 | 59.13 KB |
| 安装次数 | 547 |
| 当前版本 | 0.1 |
| 更新时间 | 2016-02-25 |
| 上架时间 | 2016-02-25 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | whizzzkid |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://gifs.com/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YouTube\u2122 In GIFs",
"description": "Redirects you to the awesome GIF YouTube\u2122 service [[email protected]]",
"version": "0.1",
"permissions": [
"*:\/\/www.youtube.com\/*",
"*:\/\/gifs.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"jquery.js",
"gif.js",
"ga.js",
"ga-config.js"
]
},
{
"matches": [
"*:\/\/gifs.com\/*"
],
"js": [
"installed.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |