Zoom Photos for Facebook™

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

ما هو Zoom Photos for Facebook™؟

Zoom Photos for Facebook™ هو إضافة Chrome تم تطويرها بواسطة uachips، والميزة الرئيسية لها هي "The simplest way to view photos on Facebook is to ZOOM them!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Zoom Photos for Facebook™

قم بتنزيل ملفات الامتداد Zoom Photos for Facebook™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Zoom Photos for Facebook™ Zoom Photos for Facebook™
ID pnloebhapjhlmhmjfamblefgldjjbgca
عنوان URL الرسمي https://chrome.google.com/webstore/detail/zoom-photos-for-facebook/pnloebhapjhlmhmjfamblefgldjjbgca
الوصف The simplest way to view photos on Facebook is to ZOOM them!
حجم الملف 57.14 KB
عدد التثبيتات 326
النسخة الحالية 1.0
آخر تحديث 2021-04-14
تاريخ النشر 2021-04-14
تقييم 4.57/5 مجموع تقييمات 7
المطور uachips
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.coolextension.ml/privacy
اللغات المدعومة 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"
}