UnlikeForever
Removes the ability to like things on facebook.
Co to jest UnlikeForever?
UnlikeForever to rozszerzenie Chrome opracowane przez uduran12, a jego główną funkcją jest „Removes the ability to like things on facebook.”.
Pobierz plik CRX rozszerzenia UnlikeForever
Pobierz pliki rozszerzeń UnlikeForever w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | oaglhgabcjieipchhchjpgbhfnekmmki |
Oficjalny URL | https://chromewebstore.google.com/detail/unlikeforever/oaglhgabcjieipchhchjpgbhfnekmmki |
Opis | Removes the ability to like things on facebook. |
Rozmiar pliku | 5.52 KB |
Liczba instalacji | 43 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-10-30 |
Data Publikacji | 2017-10-30 |
Deweloper | uduran12 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } ] } |