Photo Zoom Plus
Zoom on every picture you can find. It free, fast and safe
Qu'est-ce que Photo Zoom Plus ?
Photo Zoom Plus est une extension Chrome développée par Presci Lia, et sa fonction principale est "Zoom on every picture you can find. It free, fast and safe".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Photo Zoom Plus
Téléchargez les fichiers d'extension Photo Zoom Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Photo Zoom Plus |
ID | mgliikamgjonfkmdljhkpbcfjnndoojh |
URL Officiel | https://chromewebstore.google.com/detail/photo-zoom-plus/mgliikamgjonfkmdljhkpbcfjnndoojh |
Description | Zoom on every picture you can find. It free, fast and safe |
Taille du Fichier | 120 KB |
Nombre d'Installations | 7,925 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2021-08-17 |
Date de Publication | 2020-04-08 |
Évaluation | 3.17/5 Total 24 Évaluations |
Développeur | Presci Lia |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/presci-lia-team-policy/policy |
Langues Prises en Charge | 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" ] } |