no more auto fb login

Logs out of fb when you close the tab

ما هو no more auto fb login؟

no more auto fb login هو إضافة Chrome تم تطويرها بواسطة alpacamel، والميزة الرئيسية لها هي "Logs out of fb when you close the tab".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة no more auto fb login

قم بتنزيل ملفات الامتداد no more auto fb login بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}