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 |
Eメール | [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" ] } |