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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Logs out of fb when you close the tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में no more auto fb login एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम no more auto fb login no more auto fb login
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
ईमेल [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
}