Get cookies.txt

Exports your cookies to the Netscape cookie file format a.k.a. cookies.txt which is compatible with wget, curl, youtube-dl and more.

Τι είναι το Get cookies.txt;

Το Get cookies.txt είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον getcookies.txt, και η κύρια λειτουργία του είναι "Exports your cookies to the Netscape cookie file format a.k.a. cookies.txt which is compatible with wget, curl, youtube-dl and more.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Get cookies.txt

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

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

                        Exports your cookies to the Netscape cookie file format a.k.a. cookies.txt which is compatible with wget, curl, youtube-dl and more.

The Netscape cookie file format stores one cookie per physical line in the file with a bunch of associated meta data, each field separated with TAB. That file is called the cookiejar in curl terminology. The cookie file format is text based and stores one cookie per line. Lines that start with # are treated as comments.

This extension can be super useful in circumstances of using the authenticated cookies from your Chrome browsing session.

The cookies can be exported by clicking on the 'blue' download button or by clicking on 'Get cookies.txt' in the Chrome context menu on any website.                    

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

Όνομα Get cookies.txt Get cookies.txt
ID bgaddhkoddajcdgocldbbfleckgcbcid
Επίσημο URL https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid
Περιγραφή Exports your cookies to the Netscape cookie file format a.k.a. cookies.txt which is compatible with wget, curl, youtube-dl and more.
Μέγεθος Αρχείου 1.63 MB
Αριθμός Εγκαταστάσεων 159,481
Τρέχουσα Έκδοση 1.9
Τελευταία Ενημέρωση 2023-02-21
Ημερομηνία Δημοσίευσης 2020-05-14
Αξιολόγηση 3.35/5 Συνολικά 110 Αξιολογήσεις
Προγραμματιστής getcookies.txt
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://getcookiestxt.com/
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1cZXBCoVDryifkGdfTA23UZR1-VDZCqfBlqgEZU03xiE/edit?usp=sharing
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get cookies.txt",
    "permissions": [
        "cookies",
        "tabs",
        "webNavigation",
        "webRequest",
        "downloads"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "description": "Exports your cookies to the Netscape cookie file format a.k.a. cookies.txt which is compatible with wget, curl, youtube-dl and more.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "app.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Get cookies.txt"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "js\/app.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "incognito": "split",
    "manifest_version": 3,
    "version": "1.9"
}