UnlikeForever
Removes the ability to like things on facebook.
Vad är UnlikeForever?
UnlikeForever är en Chrome-tillägg utvecklad av uduran12, och dess huvudfunktion är "Removes the ability to like things on facebook.".
Ladda ner UnlikeForever-förlängningens CRX-fil
Ladda ner UnlikeForever-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | oaglhgabcjieipchhchjpgbhfnekmmki |
Officiell webbadress | https://chromewebstore.google.com/detail/unlikeforever/oaglhgabcjieipchhchjpgbhfnekmmki |
Beskrivning | Removes the ability to like things on facebook. |
Filstorlek | 5.52 KB |
Antal Installationer | 43 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-10-30 |
Publiceringsdatum | 2017-10-30 |
Utvecklare | uduran12 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } ] } |