F8 Cookies - Share online accounts

F8 Cookies is a very simple extension for importing/exporting cookies. Share your account online without revealing your password.

F8 Cookies - Share online accounts란 무엇입니까?

F8 Cookies - Share online accounts은(는) https://f8team.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "F8 Cookies is a very simple extension for importing/exporting cookies. Share your account online without revealing your password."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

F8 Cookies - Share online accounts 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Main function:
1. Export cookies to file
2. Import cookies from the file
3. Set a password for the file
4. Automatically login if the cookies are valid

Characteristics:
- Never store user information
- Never asked to fill out a bank / credit card
- Do not send data to the internet, this utility only works on your computer

Policy & terms:
Updating

Support:
- Email: [email protected]
- Facebook: https://fb.com/433056070817488
- Website: https://f8team.dev/                    

확장 프로그램 기본 정보

이름 F8 Cookies - Share online accounts F8 Cookies - Share online accounts
ID ggkomdlhljeidpokamlphcoeconilnfj
공식 URL https://chromewebstore.google.com/detail/f8-cookies-share-online-a/ggkomdlhljeidpokamlphcoeconilnfj
설명 F8 Cookies is a very simple extension for importing/exporting cookies. Share your account online without revealing your password.
파일 크기 485 KB
설치 횟수 3,071
현재 버전 0.0.1
최근 업데이트 2021-03-10
출시 날짜 2021-03-03
평점 5.00/5 총 7 개의 평점
개발자 https://f8team.dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://f8team.dev/
도움말 페이지 URL https://f8team.dev/
지원되는 언어 en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.1",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "browser_action": {
        "default_title": "__MSG_appName__"
    },
    "background": {
        "scripts": [
            "js\/hot-reload.js",
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "\/css\/root.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/css\/style.css"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "notifications",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}