Zoom Photos for Facebook™

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

Vad är Zoom Photos for Facebook™?

Zoom Photos for Facebook™ är en Chrome-tillägg utvecklad av uachips, och dess huvudfunktion är "The simplest way to view photos on Facebook is to ZOOM them!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Zoom Photos for Facebook™-förlängningens CRX-fil

Ladda ner Zoom Photos for Facebook™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Zoom Photos for Facebook™ Zoom Photos for Facebook™
ID pnloebhapjhlmhmjfamblefgldjjbgca
Officiell webbadress https://chrome.google.com/webstore/detail/zoom-photos-for-facebook/pnloebhapjhlmhmjfamblefgldjjbgca
Beskrivning The simplest way to view photos on Facebook is to ZOOM them!
Filstorlek 57.14 KB
Antal Installationer 326
Aktuell Version 1.0
Senast Uppdaterad 2021-04-14
Publiceringsdatum 2021-04-14
Betyg 4.57/5 Totalt 7 Betyg
Utvecklare uachips
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.coolextension.ml/privacy
Stödda Språk 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"
}