Zoom Photos for Facebook™

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

Wat is Zoom Photos for Facebook™?

Zoom Photos for Facebook™ is een Chrome-extensie ontwikkeld door uachips, en de belangrijkste functie is "The simplest way to view photos on Facebook is to ZOOM them!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Zoom Photos for Facebook™

Download Zoom Photos for Facebook™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Zoom Photos for Facebook™ Zoom Photos for Facebook™
ID pnloebhapjhlmhmjfamblefgldjjbgca
Officiële URL https://chrome.google.com/webstore/detail/zoom-photos-for-facebook/pnloebhapjhlmhmjfamblefgldjjbgca
Beschrijving The simplest way to view photos on Facebook is to ZOOM them!
Bestandsgrootte 57.14 KB
Aantal Installaties 326
Huidige Versie 1.0
Laatst Bijgewerkt 2021-04-14
Publicatiedatum 2021-04-14
Beoordeling 4.57/5 Totaal 7 Beoordelingen
Ontwikkelaar uachips
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.coolextension.ml/privacy
Ondersteunde Talen 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"
}