UnlikeForever
Removes the ability to like things on facebook.
Was ist UnlikeForever?
UnlikeForever ist eine Chrome-Erweiterung, die von uduran12 entwickelt wurde, und ihr Hauptmerkmal ist "Removes the ability to like things on facebook.".
UnlikeForever-Erweiterungs-CRX-Datei herunterladen
Laden Sie UnlikeForever-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
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | oaglhgabcjieipchhchjpgbhfnekmmki |
Offizielle URL | https://chromewebstore.google.com/detail/unlikeforever/oaglhgabcjieipchhchjpgbhfnekmmki |
Beschreibung | Removes the ability to like things on facebook. |
Dateigröße | 5.52 KB |
Installationsanzahl | 43 |
Aktuelle Version | 1.1 |
Letztes Update | 2017-10-30 |
Veröffentlichungsdatum | 2017-10-30 |
Entwickler | uduran12 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |