Zoom Photos for Facebook™

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

Qu'est-ce que Zoom Photos for Facebook™ ?

Zoom Photos for Facebook™ est une extension Chrome développée par uachips, et sa fonction principale est "The simplest way to view photos on Facebook is to ZOOM them!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Zoom Photos for Facebook™

Téléchargez les fichiers d'extension Zoom Photos for Facebook™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Zoom Photos for Facebook™ Zoom Photos for Facebook™
ID pnloebhapjhlmhmjfamblefgldjjbgca
URL Officiel https://chrome.google.com/webstore/detail/zoom-photos-for-facebook/pnloebhapjhlmhmjfamblefgldjjbgca
Description The simplest way to view photos on Facebook is to ZOOM them!
Taille du Fichier 57.14 KB
Nombre d'Installations 326
Version Actuelle 1.0
Dernière Mise à Jour 2021-04-14
Date de Publication 2021-04-14
Évaluation 4.57/5 Total 7 Évaluations
Développeur uachips
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.coolextension.ml/privacy
Langues Prises en Charge 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"
}