UnlikeForever
Removes the ability to like things on facebook.
Cos'è UnlikeForever?
UnlikeForever è un'estensione di Chrome sviluppata da uduran12, e la sua funzione principale è "Removes the ability to like things on facebook.".
Scarica il file CRX dell'estensione UnlikeForever
Scarica i file di estensione UnlikeForever 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
Removes the like button from facebook on Chrome. If you've ever accidentally liked something on facebook that you shouldnt have and have absolutely no self-control when it comes to likes. Then this is the extension for you!
Informazioni di Base sull'Estensione
Nome | |
ID | oaglhgabcjieipchhchjpgbhfnekmmki |
URL Ufficiale | https://chromewebstore.google.com/detail/unlikeforever/oaglhgabcjieipchhchjpgbhfnekmmki |
Descrizione | Removes the ability to like things on facebook. |
Dimensione del File | 5.52 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-10-30 |
Data di Pubblicazione | 2017-10-30 |
Sviluppatore | uduran12 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UnlikeForever", "version": "1.1", "description": "Removes the ability to like things on facebook.", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.facebook.com\/*" ] } ] } |