Discord Image Inspector
Hover over images on Discord to view them!
Discord Image Inspectorคืออะไร?
Discord Image Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย the bog และคุณลักษณะหลักของมันคือ "Hover over images on Discord to view them!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discord Image Inspector
ดาวน์โหลดไฟล์ส่วนขยาย Discord Image Inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hover your mouse over avatars and other icons to view a higher resolution version!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jgaifhlgicdgfecphpakomdmfbnphlac |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/discord-image-inspector/jgaifhlgicdgfecphpakomdmfbnphlac |
คำอธิบาย | Hover over images on Discord to view them! |
ขนาดไฟล์ | 44.75 KB |
จำนวนการติดตั้ง | 194 |
เวอร์ชันปัจจุบัน | 1.12 |
อัปเดตครั้งล่าสุด | 2019-12-03 |
วันที่เผยแพร่ | 2019-12-03 |
คะแนน | 3.50/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | the bog |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Discord Image Inspector", "version": "1.12", "description": "Hover over images on Discord to view them!", "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/discordapp.com\/*", "http:\/\/discordapp.com\/*" ], "js": [ "core.js", "js\/tippy.js" ], "run_at": "document_end", "all_frames": true } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/sawa_16.png", "32": "images\/sawa_32.png", "48": "images\/sawa_48.png", "128": "images\/sawa_128.png" } }, "icons": { "16": "images\/sawa_16.png", "32": "images\/sawa_32.png", "48": "images\/sawa_48.png", "128": "images\/sawa_128.png" }, "manifest_version": 2 } |