no more auto fb login
Logs out of fb when you close the tab
no more auto fb loginとは何ですか?
no more auto fb loginはalpacamelによって開発されたChromeの拡張機能で、その主な機能は「Logs out of fb when you close the tab」です。
拡張機能のスクリーンショット
no more auto fb login拡張機能のCRXファイルをダウンロード
no more auto fb login拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension to log out of fb after closing that tab. It's easy to open fb and start scrolling through the feed. Logging out helps. Inconveniently, fb does not let you click a checkbox to indicate that you do not want to stay logged in. You have to manually click on the log out button and even then you have the option to one-click-log-in. This extension works around that by logging you out and removing one-click-log-in as soon as you close the tab. So you have to manually put in your username and password every time you come back.
拡張機能の基本情報
名前 | |
ID | feebdciggpbeghmoeebpghiffgjcdlcc |
公式URL | https://chromewebstore.google.com/detail/no-more-auto-fb-login/feebdciggpbeghmoeebpghiffgjcdlcc |
説明 | Logs out of fb when you close the tab |
ファイルサイズ | 3.95 KB |
インストール数 | 85 |
現在のバージョン | 0.3 |
最終更新日 | 2021-05-19 |
公開日 | 2019-05-03 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | alpacamel |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "no more auto fb login", "version": "0.3", "description": "Logs out of fb when you close the tab", "permissions": [ "tabs", "cookies", "*:\/\/*.facebook.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |