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”。
扩展截图
下载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 |
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" ] } |