Make Giphy Great Again
Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.
Make Giphy Great Againคืออะไร?
Make Giphy Great Again เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cozmo และคุณลักษณะหลักของมันคือ "Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Make Giphy Great Again
ดาวน์โหลดไฟล์ส่วนขยาย Make Giphy Great Again ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jchaddoianhemdghmingbloolmheklff |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/make-giphy-great-again/jchaddoianhemdghmingbloolmheklff |
คำอธิบาย | Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that. |
ขนาดไฟล์ | 41.69 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-11-07 |
วันที่เผยแพร่ | 2016-11-07 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | cozmo |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Make Giphy Great Again", "description": "Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.giphy.com\/media\/*" ], "icons": { "48": "logo-48.png", "128": "logo-128.png" } } |