Zoom Photos for Facebook™

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

Apa itu Zoom Photos for Facebook™?

Zoom Photos for Facebook™ adalah ekstensi Chrome yang dikembangkan oleh uachips, dan fitur utamanya adalah "The simplest way to view photos on Facebook is to ZOOM them!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Zoom Photos for Facebook™

Unduh file ekstensi Zoom Photos for Facebook™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Zoom Photos for Facebook™ Zoom Photos for Facebook™
ID pnloebhapjhlmhmjfamblefgldjjbgca
URL Resmi https://chrome.google.com/webstore/detail/zoom-photos-for-facebook/pnloebhapjhlmhmjfamblefgldjjbgca
Deskripsi The simplest way to view photos on Facebook is to ZOOM them!
Ukuran File 57.14 KB
Jumlah Instalasi 326
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-04-14
Tanggal Publikasi 2021-04-14
Penilaian 4.57/5 Total 7 Penilaian
Pengembang uachips
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.coolextension.ml/privacy
Bahasa yang Didukung 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"
}