Hide Likes

Hide likes and other vanity metrics on social media websites for a more authentic online experience. Supported sites: - Facebook -…

What is Hide Likes?

Hide Likes is a Chrome extension developed by https://hidelikes.com, and its main feature is "Hide likes and other vanity metrics on social media websites for a more authentic online experience. Supported sites: - Facebook -…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Hide Likes Extension CRX File

Download Hide Likes 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

                        Hide likes and other vanity metrics on social media websites for a more authentic online experience.

Supported sites:
- Facebook
- Twitter
- YouTube
- Reddit
- Instagram                    

Extension Basic Information

Name Hide Likes Hide Likes
ID ebamaffgiechnomghfojkmlkaipoadni
Official URL https://chromewebstore.google.com/detail/hide-likes/ebamaffgiechnomghfojkmlkaipoadni
Description Hide likes and other vanity metrics on social media websites for a more authentic online experience. Supported sites: - Facebook -…
File Size 357 KB
Installation Count 2,000
Current Version 1.0.16
Last Updated 2021-11-09
Publish Date 2020-05-03
Rating 4.45/5 Total 49 Ratings
Developer https://hidelikes.com
Email [email protected]
Payment Type free
Extension Website https://hidelikes.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.16",
    "name": "Hide Likes",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "",
        "webNavigation"
    ],
    "manifest_version": 2,
    "incognito": "split",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon-16.png",
        "default_title": "Hide Likes",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "*.css"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}