Login to Facebook using cookies

Using cookies is an effective method that many people use to log in to Facebook without encountering checkpoints.

Login to Facebook using cookiesคืออะไร?

Login to Facebook using cookies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย writecode.one และคุณลักษณะหลักของมันคือ "Using cookies is an effective method that many people use to log in to Facebook without encountering checkpoints."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Login to Facebook using cookies

ดาวน์โหลดไฟล์ส่วนขยาย Login to Facebook using cookies ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An extension that supports logging into Facebook using cookies. It's a straightforward process - you just need to paste the cookies and select 'Login with cookies.' The extension will automatically update the cookies and your browser. That's how you can successfully log in to Facebook.

Besides the cookie update feature, the extension doesn't have any additional functionalities. This ensures the security of your information.

We do not collect personal information.                    

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

ชื่อ Login to Facebook using cookies Login to Facebook using cookies
ID lediklkakoccafaoanahladecmfmgifg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/login-to-facebook-using-c/lediklkakoccafaoanahladecmfmgifg
คำอธิบาย Using cookies is an effective method that many people use to log in to Facebook without encountering checkpoints.
ขนาดไฟล์ 203 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.0.0.0
อัปเดตครั้งล่าสุด 2023-11-07
วันที่เผยแพร่ 2023-11-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา writecode.one
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Login to Facebook using cookies",
    "name": "Login to Facebook using cookies",
    "description": "Using cookies is an effective method that many people use to log in to Facebook without encountering checkpoints.",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "Click Me",
        "default_popup": "pages\/popup.html"
    },
    "manifest_version": 3,
    "version": "1.0.0.0",
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/content_scripts\/main.js"
            ],
            "css": [
                "static\/content_css\/main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "svg\/*",
                "static\/*",
                "pages\/*",
                "gifs\/*",
                "fonts\/*",
                "styles\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' "
    },
    "background": {
        "service_worker": "service_worker\/background.bundle.js"
    }
}