Unfriendly – Facebook Unfriend Notifications
Notifies you of Facebook unfriends and more!
Cos'è Unfriendly – Facebook Unfriend Notifications?
Unfriendly – Facebook Unfriend Notifications è un'estensione di Chrome sviluppata da Nohus, e la sua funzione principale è "Notifies you of Facebook unfriends and more!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unfriendly – Facebook Unfriend Notifications
Scarica i file di estensione Unfriendly – Facebook Unfriend Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Unfriendly will show you a notification when someone unfriends you on Facebook. You can also click the browser button to see how your friend list changed over time (since you installed Unfriendly). Unlike similar extensions, Unfriendly sends no data at all to anyone, so your privacy is safe. Facebook is the only site it contacts, to check your friend list. Unfriendly is free and contains no ads. Install it now and you will always know when someone removes you on Facebook! If you like it, please rate it and tell your friends or share on social media! Unfriendly is not affiliated with Facebook. The name Facebook is a trademark of Facebook Inc.
Informazioni di Base sull'Estensione
Nome | |
ID | cdafmffkfnfiebeeplnbpfjhanjegnkp |
URL Ufficiale | https://chrome.google.com/webstore/detail/unfriendly-%E2%80%93-facebook-unf/cdafmffkfnfiebeeplnbpfjhanjegnkp |
Descrizione | Notifies you of Facebook unfriends and more! |
Dimensione del File | 168 KB |
Conteggio Installazioni | 4,798 |
Versione Corrente | 8.0 |
Ultimo Aggiornamento | 2019-06-02 |
Data di Pubblicazione | 2019-06-02 |
Valutazione | 3.14/5 Totale 81 Valutazioni |
Sviluppatore | Nohus |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://files.nohus.eu/Unfriendly/privacy_policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unfriendly \u2013 Facebook Unfriend Notifications", "short_name": "Unfriendly", "description": "Notifies you of Facebook unfriends and more!", "version": "8.0", "author": "Nohus", "icons": { "48": "icon48.png", "128": "icon128.png", "512": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "permissions": [ "notifications", "https:\/\/www.facebook.com\/*", "https:\/\/m.facebook.com\/*" ] } |