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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } |