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ファイルをダウンロード

F8 Cookies - Share online accounts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}