F8 Cookies - Share online accounts

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

What is F8 Cookies - Share online accounts?

F8 Cookies - Share online accounts is a Chrome extension developed by https://f8team.dev, and its main feature is "F8 Cookies is a very simple extension for importing/exporting cookies. Share your account online without revealing your password.".

Extension Screenshots

screenshot
screenshot
screenshot

Download F8 Cookies - Share online accounts Extension CRX File

Download F8 Cookies - Share online accounts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name F8 Cookies - Share online accounts F8 Cookies - Share online accounts
ID ggkomdlhljeidpokamlphcoeconilnfj
Official URL https://chromewebstore.google.com/detail/f8-cookies-share-online-a/ggkomdlhljeidpokamlphcoeconilnfj
Description F8 Cookies is a very simple extension for importing/exporting cookies. Share your account online without revealing your password.
File Size 485 KB
Installation Count 3,071
Current Version 0.0.1
Last Updated 2021-03-10
Publish Date 2021-03-03
Rating 5.00/5 Total 7 Ratings
Developer https://f8team.dev
Email [email protected]
Payment Type free
Extension Website https://f8team.dev/
Help Page URL https://f8team.dev/
Supported Languages 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'"
}