Photo Zoom Plus

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

Photo Zoom Plus क्या है?

Photo Zoom Plus Presci Lia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Zoom on every picture you can find. It free, fast and safe"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Photo Zoom Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}