Like Destroyer

Hides numbers of likes on Facebook

Like Destroyerとは何ですか?

Like DestroyerはIsmael Toéによって開発されたChromeの拡張機能で、その主な機能は「Hides numbers of likes on Facebook」です。

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

screenshot

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

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Like Destroyer Like Destroyer
ID jmeighjcpkcabachikbppeomnmajggei
公式URL https://chromewebstore.google.com/detail/like-destroyer/jmeighjcpkcabachikbppeomnmajggei
説明 Hides numbers of likes on Facebook
ファイルサイズ 57.23 KB
インストール数 60
現在のバージョン 1.0.1
最終更新日 2017-01-13
公開日 2017-01-13
評価 2.75/5 合計 12 レビュー
開発者 Ismael Toé
支払い方法 free
対応言語 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"
            ]
        }
    ]
}