Photo Zoom Plus

Zoom on every picture you can find. It free, fast and safe

Photo Zoom Plusคืออะไร?

Photo Zoom Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Presci Lia และคุณลักษณะหลักของมันคือ "Zoom on every picture you can find. It free, fast and safe"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Photo Zoom Plus

ดาวน์โหลดไฟล์ส่วนขยาย Photo Zoom Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Simple zoom origin on every picture you can find!

The best way to view photos on Facebook, Instagram, Twitter...

Hover image will see fullsize this image.

Try out Photo Zoom Plus now!

*** Policy
This extension does not read, change, stock or transmit any of your personal data (user name, passwords, messages, contacts) to any company or third party.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Photo Zoom Plus Photo Zoom Plus
ID mgliikamgjonfkmdljhkpbcfjnndoojh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/photo-zoom-plus/mgliikamgjonfkmdljhkpbcfjnndoojh
คำอธิบาย Zoom on every picture you can find. It free, fast and safe
ขนาดไฟล์ 120 KB
จำนวนการติดตั้ง 7,925
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-08-17
วันที่เผยแพร่ 2020-04-08
คะแนน 3.17/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา Presci Lia
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/presci-lia-team-policy/policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "Photo Zoom Plus",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "Zoom on every picture you can find. It free, fast and safe",
    "author": "Presci Lia",
    "options_page": "options.html",
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/js\/vendors.js",
            "assets\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/vendors.js",
                "assets\/js\/content-scripts.js"
            ],
            "css": [
                "assets\/css\/app.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "Photo Zoom Plus",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "contextMenus"
    ]
}