Facesnoop
Read your Facebook messages without notifying your friends
Facesnoop là gì?
Facesnoop là một tiện ích mở rộng Chrome được phát triển bởi http://rely.io, và tính năng chính của nó là "Read your Facebook messages without notifying your friends".
Tải xuống tệp CRX của tiện ích mở rộng Facesnoop
Tải xuống các tệp mở rộng Facesnoop 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
Read your Facebook messages without letting your friends know that you did. Open the discussion thread, download documents, images or just read the new messages... and reply whenever *YOU* decide. Your friends will never know whether or not you have read their messages. This will prevent them to get annoyed at you because "you are taking too long to reply" or "dropping a R-bomb on them". Take back your friend citizen! This extension is 100% free and open source. If you want to contribute, or drop a nice message / feature request: http://github.com/aaronwinter/facesnoop If you have any questions you can contact the developer (me!) of this app directly: [email protected] Enjoy!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kebmejpcciehlicgipgfinbgdbedeoag |
URL Chính Thức | https://chrome.google.com/webstore/detail/kebmejpcciehlicgipgfinbgdbedeoag |
Mô tả | Read your Facebook messages without notifying your friends |
Kích Thước Tệp | 38.05 KB |
Số Lần Cài Đặt | 627 |
Phiên Bản Hiện Tại | 7.5 |
Cập Nhật Lần Cuối | 2015-11-18 |
Ngày Phát Hành | 2015-11-18 |
Đánh Giá | 4.21/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | http://rely.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://rely.io/facesnoop |
URL Trang Trợ Giúp | http://rely.io/facesnoop |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Facesnoop", "description": "Read your Facebook messages without notifying your friends", "version": "7.5", "author": "Aaron", "icons": { "16": "res\/icon16.png", "32": "res\/icon32.png", "48": "res\/icon48.png", "128": "res\/icon128.png", "256": "res\/icon256.png" }, "background": { "scripts": [ "facesnoop.js" ] }, "browser_action": { "default_icon": { "20": "res\/icon16.png", "32": "res\/icon32.png", "48": "res\/icon48.png", "128": "res\/icon128.png", "256": "res\/icon256.png" }, "default_popup": "interface.html" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.facebook.com\/*" ], "manifest_version": 2 } |