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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
}