Zoom Photos for Facebook™
The simplest way to view photos on Facebook is to ZOOM them!
Zoom Photos for Facebook™ là gì?
Zoom Photos for Facebook™ là một tiện ích mở rộng Chrome được phát triển bởi uachips, và tính năng chính của nó là "The simplest way to view photos on Facebook is to ZOOM them!".
Ả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 Zoom Photos for Facebook™
Tải xuống các tệp mở rộng Zoom Photos for Facebook™ 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
Zoom Photos for Facebook™ is a simple and easy to use light-weight Chrome extension that integrates directly with your Facebook so you can see larger images of profile images, albums and photos when you hover over an image! If you enjoy the experience rate us 5 stars.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pnloebhapjhlmhmjfamblefgldjjbgca |
URL Chính Thức | https://chrome.google.com/webstore/detail/zoom-photos-for-facebook/pnloebhapjhlmhmjfamblefgldjjbgca |
Mô tả | The simplest way to view photos on Facebook is to ZOOM them! |
Kích Thước Tệp | 57.14 KB |
Số Lần Cài Đặt | 326 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-04-14 |
Ngày Phát Hành | 2021-04-14 |
Đánh Giá | 4.57/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | uachips |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.coolextension.ml/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "background": { "page": "html\/background.html" }, "content_scripts": [ { "js": [ "js\/contentScript.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "The simplest way to view photos on Facebook is to ZOOM them!", "icons": { "128": "images\/icon.128.png", "16": "images\/icon.16.png", "48": "images\/icon.48.png" }, "manifest_version": 2, "name": "Zoom Photos for Facebook\u2122", "options_page": "html\/options.html", "permissions": [ "contextMenus", "tabs", "storage", "*:\/\/*.facebook.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |