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文件
下載Security Message Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |