Like Destroyer
Hides numbers of likes on Facebook
What is Like Destroyer?
Like Destroyer is a Chrome extension developed by Ismael Toé, and its main feature is "Hides numbers of likes on Facebook".
Extension Screenshots
Download Like Destroyer Extension CRX File
Download Like Destroyer 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
Are you bitter, jealous or envious when you see that your friend has 100 likes as you don't even have 10? Fight against the "Like" syndrome by installing Like Destroyer. Like Destroyer hides the number of likes on Facebook posts. Try it and you will see that you will be less depressed when you are on Facebook. ---------------------------------------------------------------- After the installation, visit chrome://extensions in your browser to deactivate/activate the extension. You need to refresh the Facebook page you are on to see the changes.
Extension Basic Information
Name | Like Destroyer |
ID | jmeighjcpkcabachikbppeomnmajggei |
Official URL | https://chromewebstore.google.com/detail/like-destroyer/jmeighjcpkcabachikbppeomnmajggei |
Description | Hides numbers of likes on Facebook |
File Size | 57.23 KB |
Installation Count | 60 |
Current Version | 1.0.1 |
Last Updated | 2017-01-13 |
Publish Date | 2017-01-13 |
Rating | 2.75/5 Total 12 Ratings |
Developer | Ismael Toé |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Like Destroyer", "version": "1.0.1", "description": "Hides numbers of likes on Facebook", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Ismael To\u00e9", "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "css": [ "style.css" ] } ] } |