什麼是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 |
| 官方網址 | 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"
}
} | |