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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JemJem และคุณลักษณะหลักของมันคือ "Allows you to view new messages in vk.com and stay them unread. Do not need your credentials"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Security Message Viewer
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |