Hover Zoom for Facebook

Hover image on facebook will see fullsize this image.

什麼是Hover Zoom for Facebook?

Hover Zoom for Facebook是由Free Software開發的Chrome擴展程式,該擴展的主要功能是“Hover image on facebook will see fullsize this image.”。

擴展截圖

screenshot

下載Hover Zoom for Facebook擴展crx文件

下載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
官方網址 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
        }
    ]
}