Hide Likes

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

Hide Likesとは何ですか?

Hide Likesはhttps://hidelikes.comによって開発されたChromeの拡張機能で、その主な機能は「Hide likes and other vanity metrics on social media websites for a more authentic online experience. Supported sites: - Facebook -…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Hide Likes拡張機能のCRXファイルをダウンロード

Hide Likes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

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

拡張機能の基本情報

名前 Hide Likes Hide Likes
ID ebamaffgiechnomghfojkmlkaipoadni
公式URL https://chromewebstore.google.com/detail/hide-likes/ebamaffgiechnomghfojkmlkaipoadni
説明 Hide likes and other vanity metrics on social media websites for a more authentic online experience. Supported sites: - Facebook -…
ファイルサイズ 357 KB
インストール数 2,000
現在のバージョン 1.0.16
最終更新日 2021-11-09
公開日 2020-05-03
評価 4.45/5 合計 49 レビュー
開発者 https://hidelikes.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://hidelikes.com
対応言語 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'"
}