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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://f8team.dev, και η κύρια λειτουργία του είναι "F8 Cookies is a very simple extension for importing/exporting cookies. Share your account online without revealing your password.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης F8 Cookies - Share online accounts

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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'"
}