Zoom Photos for Facebook™

The simplest way to view photos on Facebook is to ZOOM them!

什么是Zoom Photos for Facebook™?

Zoom Photos for Facebook™是由uachips开发的Chrome扩展程序,该扩展的主要功能是“The simplest way to view photos on Facebook is to ZOOM them!”。

扩展截图

screenshot
screenshot
screenshot

下载Zoom Photos for Facebook™扩展crx文件

下载Zoom Photos for Facebook™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Zoom Photos for Facebook™ is a simple and easy to use light-weight Chrome extension that integrates directly with your Facebook so you can see larger images of profile images, albums and photos when you hover over an image!

If you enjoy the experience rate us 5 stars.                    

扩展基本信息

名称 Zoom Photos for Facebook™ Zoom Photos for Facebook™
ID pnloebhapjhlmhmjfamblefgldjjbgca
官方URL https://chrome.google.com/webstore/detail/zoom-photos-for-facebook/pnloebhapjhlmhmjfamblefgldjjbgca
简介 The simplest way to view photos on Facebook is to ZOOM them!
文件大小 57.14 KB
安装次数 326
当前版本 1.0
更新时间 2021-04-14
上架时间 2021-04-14
评分 4.57/5 共7次评分
开发者 uachips
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.coolextension.ml/privacy
支持的语言 en
manifest.json
{
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "The simplest way to view photos on Facebook is to ZOOM them!",
    "icons": {
        "128": "images\/icon.128.png",
        "16": "images\/icon.16.png",
        "48": "images\/icon.48.png"
    },
    "manifest_version": 2,
    "name": "Zoom Photos for Facebook\u2122",
    "options_page": "html\/options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "*:\/\/*.facebook.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}