UnlikeForever
Removes the ability to like things on facebook.
What is UnlikeForever?
UnlikeForever is a Chrome extension developed by uduran12, and its main feature is "Removes the ability to like things on facebook.".
Download UnlikeForever Extension CRX File
Download UnlikeForever extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | oaglhgabcjieipchhchjpgbhfnekmmki |
Official URL | https://chromewebstore.google.com/detail/unlikeforever/oaglhgabcjieipchhchjpgbhfnekmmki |
Description | Removes the ability to like things on facebook. |
File Size | 5.52 KB |
Installation Count | 43 |
Current Version | 1.1 |
Last Updated | 2017-10-30 |
Publish Date | 2017-10-30 |
Developer | uduran12 |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |