Gyazo Source
Replaces the Gyazo GIF player with the MP4 player.
Gyazo Sourceคืออะไร?
Gyazo Source เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Road Turtle Games และคุณลักษณะหลักของมันคือ "Replaces the Gyazo GIF player with the MP4 player."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gyazo Source
ดาวน์โหลดไฟล์ส่วนขยาย Gyazo Source ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces the Gyazo GIF player with the MP4 player.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | hffpbnjmgmdfkggiddbcjonockehgcfd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gyazo-source/hffpbnjmgmdfkggiddbcjonockehgcfd |
คำอธิบาย | Replaces the Gyazo GIF player with the MP4 player. |
ขนาดไฟล์ | 3.9 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2015-07-19 |
วันที่เผยแพร่ | 2015-07-19 |
ผู้พัฒนา | Road Turtle Games |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gyazo Source", "description": "Replaces the Gyazo GIF player with the MP4 player.", "version": "1.1.1", "content_scripts": [ { "matches": [ "http:\/\/*.gyazo.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Gyazo Source", "default_icon": "icon.png" } } |