NoLike ImageViewer
View posted images right on your news feed without open or like the site
NoLike ImageViewer란 무엇입니까?
NoLike ImageViewer은(는) westito에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View posted images right on your news feed without open or like the site"입니다.
확장 프로그램 스크린샷
NoLike ImageViewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Most of funsites want you to like page to view content or picture. With this extension you can view the posted picture right on your news feed without open or like the site. Usage: Move your cursor over the image. If it's from external site, the bigger picture will appear.
확장 프로그램 기본 정보
이름 | NoLike ImageViewer |
ID | mdedagicpdhjlildnilfjocbkienadfh |
공식 URL | https://chromewebstore.google.com/detail/nolike-imageviewer/mdedagicpdhjlildnilfjocbkienadfh |
설명 | View posted images right on your news feed without open or like the site |
파일 크기 | 89.45 KB |
설치 횟수 | 61 |
현재 버전 | 1.2 |
최근 업데이트 | 2014-06-25 |
출시 날짜 | 2014-06-25 |
평점 | 2.00/5 총 1 개의 평점 |
개발자 | westito |
결제 유형 | free |
지원되는 언어 | en,hu |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appSortName__", "description": "__MSG_appDesc__", "version": "1.2", "default_locale": "en", "content_scripts": [ { "js": [ "nolike.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "icons": { "128": "128.png", "16": "128.png", "48": "128.png" }, "manifest_version": 2, "permissions": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ] } |