Photo Zoom Plus

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

什麼是Photo Zoom Plus?

Photo Zoom Plus是由Presci Lia開發的Chrome擴展程式,該擴展的主要功能是“Zoom on every picture you can find. It free, fast and safe”。

擴展截圖

screenshot
screenshot
screenshot

下載Photo Zoom Plus擴展crx文件

下載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
官方網址 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"
    ]
}