Photo Zoom Plus
Zoom on every picture you can find. It free, fast and safe
Photo Zoom Plus là gì?
Photo Zoom Plus là một tiện ích mở rộng Chrome được phát triển bởi Presci Lia, và tính năng chính của nó là "Zoom on every picture you can find. It free, fast and safe".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Photo Zoom Plus
Tải xuống các tệp mở rộng Photo Zoom Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Photo Zoom Plus |
ID | mgliikamgjonfkmdljhkpbcfjnndoojh |
URL Chính Thức | https://chromewebstore.google.com/detail/photo-zoom-plus/mgliikamgjonfkmdljhkpbcfjnndoojh |
Mô tả | Zoom on every picture you can find. It free, fast and safe |
Kích Thước Tệp | 120 KB |
Số Lần Cài Đặt | 7,925 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2021-08-17 |
Ngày Phát Hành | 2020-04-08 |
Đánh Giá | 3.17/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | Presci Lia |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/presci-lia-team-policy/policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |