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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
}