Improve your Facebook (by Lapzor)

This extension hides 'like' notifications on Facebook and lets you disable some of the UI. Not created nor endorsed by Facebook.

Improve your Facebook (by Lapzor)とは何ですか?

Improve your Facebook (by Lapzor)はhttps://lapzor.comによって開発されたChromeの拡張機能で、その主な機能は「This extension hides 'like' notifications on Facebook and lets you disable some of the UI. Not created nor endorsed by Facebook.」です。

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

screenshot
screenshot

Improve your Facebook (by Lapzor)拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension is not created nor endorsed by Facebook.

Declutter your Facebook experience by allowing you to turn off some unneeded features, especially:

- disable the homepage feed
- disable notifications for likes and for "someone has posted in this group"
- Remove the right sidebar
- Auto-hide the chat bar on the right
- Remove the like button itself
- More features will be added by request :)


Good for blocking sources of dark dopamine and also useful for those who manage Facebook groups since it removes the irrelevant like notifications so you can focus just on pending posts and replies.                    

拡張機能の基本情報

名前 Improve your Facebook (by Lapzor) Improve your Facebook (by Lapzor)
ID jndjnddhhgjcjldjiiboanjobljgmeid
公式URL https://chrome.google.com/webstore/detail/improve-your-facebook-by/jndjnddhhgjcjldjiiboanjobljgmeid
説明 This extension hides 'like' notifications on Facebook and lets you disable some of the UI. Not created nor endorsed by Facebook.
ファイルサイズ 164 KB
インストール数 37
現在のバージョン 1.7
最終更新日 2019-05-28
公開日 2019-05-28
評価 5.00/5 合計 3 レビュー
開発者 https://lapzor.com
Eメール [email protected]
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Improve your Facebook (by Lapzor)",
    "description": "This extension hides 'like' notifications on Facebook and lets you disable some of the UI. Not created nor endorsed by Facebook.",
    "version": "1.7",
    "options_page": "html\/options.html",
    "icons": {
        "48": "icon_on_48.png",
        "128": "icon_128.png"
    },
    "page_action": {
        "default_title": "Facebook Improver",
        "default_icon": "icon_on_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/web.facebook.com\/*"
            ],
            "js": [
                "js\/main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/www.facebook.com\/*",
        "https:\/\/web.facebook.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "css\/fix.css",
        "css\/hidefeed.css",
        "css\/hidelikes.css",
        "css\/hidesidebar.css",
        "css\/hidechat.css",
        "css\/hidepinned.css",
        "css\/hidebanner.css",
        "css\/hidelikebutton.css"
    ]
}