Zoom Photos for Facebook™

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

What is Zoom Photos for Facebook™?

Zoom Photos for Facebook™ is a Chrome extension developed by uachips, and its main feature is "The simplest way to view photos on Facebook is to ZOOM them!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Zoom Photos for Facebook™ Extension CRX File

Download Zoom Photos for Facebook™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Zoom Photos for Facebook™ Zoom Photos for Facebook™
ID pnloebhapjhlmhmjfamblefgldjjbgca
Official URL https://chrome.google.com/webstore/detail/zoom-photos-for-facebook/pnloebhapjhlmhmjfamblefgldjjbgca
Description The simplest way to view photos on Facebook is to ZOOM them!
File Size 57.14 KB
Installation Count 326
Current Version 1.0
Last Updated 2021-04-14
Publish Date 2021-04-14
Rating 4.57/5 Total 7 Ratings
Developer uachips
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.coolextension.ml/privacy
Supported Languages 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"
}