Remove Facebook login popup
Remove Facebook login popup when you're not logged in.
What is Remove Facebook login popup?
Remove Facebook login popup is a Chrome extension developed by PoundXI, and its main feature is "Remove Facebook login popup when you're not logged in.".
Extension Screenshots
Download Remove Facebook login popup Extension CRX File
Download Remove Facebook login popup 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
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. ***
Extension Basic Information
Name | Remove Facebook login popup |
ID | mhaoldmnpolldoodjddpolicnfgcfejm |
Official URL | https://chromewebstore.google.com/detail/remove-facebook-login-pop/mhaoldmnpolldoodjddpolicnfgcfejm |
Description | Remove Facebook login popup when you're not logged in. |
File Size | 3.7 KB |
Installation Count | 1,217 |
Current Version | 1.0.5 |
Last Updated | 2023-05-29 |
Publish Date | 2020-08-12 |
Rating | 2.86/5 Total 14 Ratings |
Developer | PoundXI |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.buymeacoffee.com/poundxi |
Supported Languages | 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" ] } ] } |