Photo Zoom Plus

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

Wat is Photo Zoom Plus?

Photo Zoom Plus is een Chrome-extensie ontwikkeld door Presci Lia, en de belangrijkste functie is "Zoom on every picture you can find. It free, fast and safe".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Photo Zoom Plus

Download Photo Zoom Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Photo Zoom Plus Photo Zoom Plus
ID mgliikamgjonfkmdljhkpbcfjnndoojh
Officiële URL https://chromewebstore.google.com/detail/photo-zoom-plus/mgliikamgjonfkmdljhkpbcfjnndoojh
Beschrijving Zoom on every picture you can find. It free, fast and safe
Bestandsgrootte 120 KB
Aantal Installaties 7,925
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-08-17
Publicatiedatum 2020-04-08
Beoordeling 3.17/5 Totaal 24 Beoordelingen
Ontwikkelaar Presci Lia
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/presci-lia-team-policy/policy
Ondersteunde Talen 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"
    ]
}