Facesnoop
Read your Facebook messages without notifying your friends
什麼是Facesnoop?
Facesnoop是由http://rely.io開發的Chrome擴展程式,該擴展的主要功能是“Read your Facebook messages without notifying your friends”。
下載Facesnoop擴展crx文件
下載Facesnoop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | kebmejpcciehlicgipgfinbgdbedeoag |
官方網址 | https://chrome.google.com/webstore/detail/kebmejpcciehlicgipgfinbgdbedeoag |
簡介 | Read your Facebook messages without notifying your friends |
檔案大小 | 38.05 KB |
安裝次數 | 627 |
目前版本 | 7.5 |
更新時間 | 2015-11-18 |
上架時間 | 2015-11-18 |
評分 | 4.21/5 共 14 次評分 |
開發者 | http://rely.io |
付費類型 | free |
擴展官網 | http://rely.io/facesnoop |
說明頁面URL | http://rely.io/facesnoop |
支援的語言 | 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 } |