Photo Zoom for Facebook™
Hover image on facebook will see fullsize this image.
Photo Zoom for Facebook™คืออะไร?
Photo Zoom for Facebook™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hover-zoom-facebook.freebusinessapps.net และคุณลักษณะหลักของมันคือ "Hover image on facebook will see fullsize this image."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Photo Zoom for Facebook™
ดาวน์โหลดไฟล์ส่วนขยาย Photo Zoom for Facebook™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Want to view photos on Facebook in full size without having to click an additional button? You can do so now by installing our extension. The extension is simple to use, simply install it, and then mouse over the photos you want to see in full size. With the amount of time people spend on Facebook, its easy to save hours of your time every year since you simply need to mouse over a photo to view it in full size without having to do any additional clicks. Try out Photo Zoom for Facebook™ now! Disclaimer: Please note this extension is NOT made by Facebook and is made by an independent development team. All copyrights belong to their respective owners. Facebook doesn’t endorse or sponsor this Chrome extension. Photo Zoom for Facebook™ is not owned by, is not licensed by and is not a subsidiary of Facebook Inc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Photo Zoom for Facebook™ |
ID | connmpbkjgfcaegjjpajbgphfdeecmmc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/photo-zoom-for-facebook/connmpbkjgfcaegjjpajbgphfdeecmmc |
คำอธิบาย | Hover image on facebook will see fullsize this image. |
ขนาดไฟล์ | 166 KB |
จำนวนการติดตั้ง | 3,790 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2022-09-21 |
วันที่เผยแพร่ | 2020-03-30 |
คะแนน | 2.60/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | https://hover-zoom-facebook.freebusinessapps.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.freebusinessapps.net/privacy |
ภาษาที่รองรับ | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/bg-worker.js" }, "container": [ "GOOGLE_DRIVE" ], "content_scripts": [ { "all_frames": true, "js": [ "plugins\/facebook.js", "js\/libs\/jquery-3.2.1.js", "js\/plugins.js", "js\/hoverzoom.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ] } ], "host_permissions": [ "*:\/\/*.facebook.com\/*" ], "permissions": [ "storage", "scripting" ], "default_locale": "en", "description": "__MSG_application_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "manifest_version": 3, "name": "__MSG_application_title__", "action": { "default_icon": { "19": "images\/icon19.png" }, "default_title": "__MSG_application_description__" }, "version": "3.0.0", "web_accessible_resources": [ { "resources": [ "images\/loading.gif" ], "matches": [ " |