Zoom Photos for Facebook™

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

Was ist Zoom Photos for Facebook™?

Zoom Photos for Facebook™ ist eine Chrome-Erweiterung, die von uachips entwickelt wurde, und ihr Hauptmerkmal ist "The simplest way to view photos on Facebook is to ZOOM them!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Zoom Photos for Facebook™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Zoom Photos for Facebook™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Zoom Photos for Facebook™ Zoom Photos for Facebook™
ID pnloebhapjhlmhmjfamblefgldjjbgca
Offizielle URL https://chrome.google.com/webstore/detail/zoom-photos-for-facebook/pnloebhapjhlmhmjfamblefgldjjbgca
Beschreibung The simplest way to view photos on Facebook is to ZOOM them!
Dateigröße 57.14 KB
Installationsanzahl 326
Aktuelle Version 1.0
Letztes Update 2021-04-14
Veröffentlichungsdatum 2021-04-14
Bewertung 4.57/5 Insgesamt 7 Bewertungen
Entwickler uachips
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.coolextension.ml/privacy
Unterstützte Sprachen 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"
}