Zoom Photos for Facebook™
The simplest way to view photos on Facebook is to ZOOM them!
什麼是Zoom Photos for Facebook™?
Zoom Photos for Facebook™是由uachips開發的Chrome擴展程式,該擴展的主要功能是“The simplest way to view photos on Facebook is to ZOOM them!”。
擴展截圖
下載Zoom Photos for Facebook™擴展crx文件
下載Zoom Photos for Facebook™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | pnloebhapjhlmhmjfamblefgldjjbgca |
官方網址 | https://chrome.google.com/webstore/detail/zoom-photos-for-facebook/pnloebhapjhlmhmjfamblefgldjjbgca |
簡介 | The simplest way to view photos on Facebook is to ZOOM them! |
檔案大小 | 57.14 KB |
安裝次數 | 326 |
目前版本 | 1.0 |
更新時間 | 2021-04-14 |
上架時間 | 2021-04-14 |
評分 | 4.57/5 共 7 次評分 |
開發者 | uachips |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.coolextension.ml/privacy |
支援的語言 | 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" } |