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