Facesnoop
Read your Facebook messages without notifying your friends
Was ist Facesnoop?
Facesnoop ist eine Chrome-Erweiterung, die von http://rely.io entwickelt wurde, und ihr Hauptmerkmal ist "Read your Facebook messages without notifying your friends".
Facesnoop-Erweiterungs-CRX-Datei herunterladen
Laden Sie Facesnoop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | kebmejpcciehlicgipgfinbgdbedeoag |
Offizielle URL | https://chrome.google.com/webstore/detail/kebmejpcciehlicgipgfinbgdbedeoag |
Beschreibung | Read your Facebook messages without notifying your friends |
Dateigröße | 38.05 KB |
Installationsanzahl | 627 |
Aktuelle Version | 7.5 |
Letztes Update | 2015-11-18 |
Veröffentlichungsdatum | 2015-11-18 |
Bewertung | 4.21/5 Insgesamt 14 Bewertungen |
Entwickler | http://rely.io |
Zahlungsart | free |
Erweiterungswebsite | http://rely.io/facesnoop |
Hilfeseite URL | http://rely.io/facesnoop |
Unterstützte Sprachen | 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 } |