Hover Zoom for Facebook
Hover image on facebook will see fullsize this image.
Hover Zoom for Facebook란 무엇입니까?
Hover Zoom for Facebook은(는) Free Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hover image on facebook will see fullsize this image."입니다.
확장 프로그램 스크린샷
Hover Zoom for Facebook 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Zoom in on photos for Facebook when your mouse button hovers over the specific photo you want to view. Save time and energy clicking on photos and you can view them in high definition once you install this hover zoom software. Over thousands of photos, this software will save hours of your life as you no longer have to wait for photos to load before viewing them in full size. This software extension is made by a third party developer and is NOT made by Facebook.
확장 프로그램 기본 정보
이름 | |
ID | fjgjdnbaaclmoeelcaiplhkklbbifmmb |
공식 URL | https://chrome.google.com/webstore/detail/fjgjdnbaaclmoeelcaiplhkklbbifmmb |
설명 | Hover image on facebook will see fullsize this image. |
파일 크기 | 5.45 MB |
설치 횟수 | 261 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-12-16 |
출시 날짜 | 2020-05-20 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Free Software |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hover Zoom for Facebook", "version": "1.0", "description": "__MSG_application_description__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "minimum_chrome_version": "22", "background": { "persistent": true, "scripts": [ "\/js\/update-conf.js", "\/js\/update.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon19.png" }, "default_popup": "popup.html", "default_title": "__MSG_application_description__" }, "permissions": [ "*:\/\/*\/*", "unlimitedStorage" ], "optional_permissions": [ "history", "tabs" ], "web_accessible_resources": [ "images\/loading.gif" ], "content_scripts": [ { "js": [ "js\/libs\/jquery-3.2.1.js", "js\/plugins.js", "js\/hoverzoom.js" ], "matches": [ " |