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 |
| 官方網址 | 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"
]
} | |