Share Your Cookies

Share your accounts without revealing passwords

Τι είναι το Share Your Cookies;

Το Share Your Cookies είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lnmai.com, και η κύρια λειτουργία του είναι "Share your accounts without revealing passwords".

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

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

Λήψη αρχείων επέκτασης Share Your Cookies σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Share Your Accounts without revealing password.
Easily by-pass 2-Factor Authentication when importing Cookies.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Share Your Cookies Share Your Cookies
ID poijkganimmndbhghgkmnfgpiejmlpke
Επίσημο URL https://chromewebstore.google.com/detail/share-your-cookies/poijkganimmndbhghgkmnfgpiejmlpke
Περιγραφή Share your accounts without revealing passwords
Μέγεθος Αρχείου 38.54 KB
Αριθμός Εγκαταστάσεων 53,376
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2023-02-15
Ημερομηνία Δημοσίευσης 2018-08-12
Αξιολόγηση 4.33/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://lnmai.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mtfb.lnmai.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://mtfb.lnmai.com/discord
URL της Σελίδας Πολιτικής Απορρήτου https://lnmai.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Share Your Cookies",
    "description": "Share your accounts without revealing passwords",
    "version": "1.0.3",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "Share Your Cookies"
    },
    "author": "Loc Mai",
    "permissions": [
        "cookies",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}