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은(는) writecode.one에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Using cookies is an effective method that many people use to log in to Facebook without encountering checkpoints."입니다.

확장 프로그램 스크린샷

screenshot

Login to Facebook using cookies 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}