Security Message Viewer
Allows you to view new messages in vk.com and stay them unread. Do not need your credentials
Security Message Viewer là gì?
Security Message Viewer là một tiện ích mở rộng Chrome được phát triển bởi JemJem, và tính năng chính của nó là "Allows you to view new messages in vk.com and stay them unread. Do not need your credentials".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Security Message Viewer
Tải xuống các tệp mở rộng Security Message Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Security Message Viewer |
ID | cgcbmnfpolfchejflhbkhcnomccbijgl |
URL Chính Thức | https://chromewebstore.google.com/detail/security-message-viewer/cgcbmnfpolfchejflhbkhcnomccbijgl |
Mô tả | Allows you to view new messages in vk.com and stay them unread. Do not need your credentials |
Kích Thước Tệp | 59.63 KB |
Số Lần Cài Đặt | 124 |
Phiên Bản Hiện Tại | 1.3.11 |
Cập Nhật Lần Cuối | 2017-10-08 |
Ngày Phát Hành | 2017-10-08 |
Đánh Giá | 4.67/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | JemJem |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |