no more auto fb login

Logs out of fb when you close the tab

no more auto fb login là gì?

no more auto fb login là một tiện ích mở rộng Chrome được phát triển bởi alpacamel, và tính năng chính của nó là "Logs out of fb when you close the tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng no more auto fb login

Tải xuống các tệp mở rộng no more auto fb login dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên no more auto fb login no more auto fb login
ID feebdciggpbeghmoeebpghiffgjcdlcc
URL Chính Thức https://chromewebstore.google.com/detail/no-more-auto-fb-login/feebdciggpbeghmoeebpghiffgjcdlcc
Mô tả Logs out of fb when you close the tab
Kích Thước Tệp 3.95 KB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2021-05-19
Ngày Phát Hành 2019-05-03
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển alpacamel
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}