GiffyTube
Get links to 3 second GIFs of the YouTube video you're watching
GiffyTubeคืออะไร?
GiffyTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://giffytu.be และคุณลักษณะหลักของมันคือ "Get links to 3 second GIFs of the YouTube video you're watching"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GiffyTube
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
} | |