Hover Zoom for Facebook

Hover image on facebook will see fullsize this image.

Hover Zoom for Facebookคืออะไร?

Hover Zoom for Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Free Software และคุณลักษณะหลักของมันคือ "Hover image on facebook will see fullsize this image."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hover Zoom for Facebook

ดาวน์โหลดไฟล์ส่วนขยาย Hover Zoom for Facebook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Zoom in on photos for Facebook when your mouse button hovers over the specific photo you want to view.

Save time and energy clicking on photos and you can view them in high definition once you install this hover zoom software. Over thousands of photos, this software will save hours of your life as you no longer have to wait for photos to load before viewing them in full size.

This software extension is made by a third party developer and is NOT made by Facebook.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hover Zoom for Facebook Hover Zoom for Facebook
ID fjgjdnbaaclmoeelcaiplhkklbbifmmb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fjgjdnbaaclmoeelcaiplhkklbbifmmb
คำอธิบาย Hover image on facebook will see fullsize this image.
ขนาดไฟล์ 5.45 MB
จำนวนการติดตั้ง 261
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-12-16
วันที่เผยแพร่ 2020-05-20
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Free Software
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,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,hi,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hover Zoom for Facebook",
    "version": "1.0",
    "description": "__MSG_application_description__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "minimum_chrome_version": "22",
    "background": {
        "persistent": true,
        "scripts": [
            "\/js\/update-conf.js",
            "\/js\/update.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_application_description__"
    },
    "permissions": [
        "*:\/\/*\/*",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "history",
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/loading.gif"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery-3.2.1.js",
                "js\/plugins.js",
                "js\/hoverzoom.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        },
        {
            "js": [
                "plugins\/facebook.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "all_frames": true
        }
    ]
}