UnlikeForever
Removes the ability to like things on facebook.
Wat is UnlikeForever?
UnlikeForever is een Chrome-extensie ontwikkeld door uduran12, en de belangrijkste functie is "Removes the ability to like things on facebook.".
Download het CRX-bestand van de extensie UnlikeForever
Download UnlikeForever-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | oaglhgabcjieipchhchjpgbhfnekmmki |
Officiële URL | https://chromewebstore.google.com/detail/unlikeforever/oaglhgabcjieipchhchjpgbhfnekmmki |
Beschrijving | Removes the ability to like things on facebook. |
Bestandsgrootte | 5.52 KB |
Aantal Installaties | 43 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-10-30 |
Publicatiedatum | 2017-10-30 |
Ontwikkelaar | uduran12 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |