Remove Facebook login popup

Remove Facebook login popup when you're not logged in.

Remove Facebook login popupとは何ですか?

Remove Facebook login popupはPoundXIによって開発されたChromeの拡張機能で、その主な機能は「Remove Facebook login popup when you're not logged in.」です。

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

screenshot
screenshot

Remove Facebook login popup拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Facebook login popup always appear if you're not logged in. This extension will remove it automatically.

This extension is useful when:
- No Facebook account.
- Don't want to log in. (For example: When not using their own computer)

Note:
- Facebook display login popups in different ways so this extension might not work good for you all (But not bad to try).

*** If this extension works well, please rate it to assure new users that we are not deceiving them. ***                    

拡張機能の基本情報

名前 Remove Facebook login popup Remove Facebook login popup
ID mhaoldmnpolldoodjddpolicnfgcfejm
公式URL https://chromewebstore.google.com/detail/remove-facebook-login-pop/mhaoldmnpolldoodjddpolicnfgcfejm
説明 Remove Facebook login popup when you're not logged in.
ファイルサイズ 3.7 KB
インストール数 1,217
現在のバージョン 1.0.5
最終更新日 2023-05-29
公開日 2020-08-12
評価 2.86/5 合計 14 レビュー
開発者 PoundXI
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://www.buymeacoffee.com/poundxi
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Facebook login popup",
    "version": "1.0.5",
    "author": "PoundXI",
    "description": "Remove Facebook login popup when you're not logged in.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/script.min.js"
            ]
        }
    ]
}