Security Message Viewer
Allows you to view new messages in vk.com and stay them unread. Do not need your credentials
Security Message Viewer란 무엇입니까?
Security Message Viewer은(는) JemJem에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to view new messages in vk.com and stay them unread. Do not need your credentials"입니다.
확장 프로그램 스크린샷
Security Message Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple application that allows you to watch new messages. If you want to see new messages but dont want that sender will know that you have read it, just hover the preview. Also you can see all text of message in search tool. The best solution for some kind of paranoid, careful and curious people. Do not need your credentials.
확장 프로그램 기본 정보
이름 | Security Message Viewer |
ID | cgcbmnfpolfchejflhbkhcnomccbijgl |
공식 URL | https://chromewebstore.google.com/detail/security-message-viewer/cgcbmnfpolfchejflhbkhcnomccbijgl |
설명 | Allows you to view new messages in vk.com and stay them unread. Do not need your credentials |
파일 크기 | 59.63 KB |
설치 횟수 | 124 |
현재 버전 | 1.3.11 |
최근 업데이트 | 2017-10-08 |
출시 날짜 | 2017-10-08 |
평점 | 4.67/5 총 12 개의 평점 |
개발자 | JemJem |
결제 유형 | free |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Security Message Viewer", "short_name": "SMV", "version": "1.3.11", "description": "__MSG_app_description__", "author": "Evgeniy J", "default_locale": "en", "permissions": [ "storage" ], "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "*:\/\/vk.com\/*" ], "js": [ "scripts\/jquery-3.1.0.min.js", "scripts\/content-min.js" ], "css": [ "styles\/styles.css" ] } ], "browser_action": { "default_title": "", "default_icon": "icons\/128x128.png", "default_popup": "popup.html" } } |