no more auto fb login

Logs out of fb when you close the tab

Apa itu no more auto fb login?

no more auto fb login adalah ekstensi Chrome yang dikembangkan oleh alpacamel, dan fitur utamanya adalah "Logs out of fb when you close the tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi no more auto fb login

Unduh file ekstensi no more auto fb login dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama no more auto fb login no more auto fb login
ID feebdciggpbeghmoeebpghiffgjcdlcc
URL Resmi https://chromewebstore.google.com/detail/no-more-auto-fb-login/feebdciggpbeghmoeebpghiffgjcdlcc
Deskripsi Logs out of fb when you close the tab
Ukuran File 3.95 KB
Jumlah Instalasi 85
Versi Saat Ini 0.3
Terakhir Diperbarui 2021-05-19
Tanggal Publikasi 2019-05-03
Penilaian 5.00/5 Total 2 Penilaian
Pengembang alpacamel
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}