Open Cookies.txt

An open-source, least privilege Cookies.txt extension

Co to jest Open Cookies.txt?

Open Cookies.txt to rozszerzenie Chrome opracowane przez Ninh Pham, a jego główną funkcją jest „An open-source, least privilege Cookies.txt extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Open Cookies.txt

Pobierz pliki rozszerzeń Open Cookies.txt w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Least privilege Cookies.txt Extension

Download or view cookies from the granted websites as cookies.txt format. The extension doesn't access your cookies by default. It only access when you allow it to.

Permissions:
- downloads: Download your cookie as a single file with fixed name (without (1) (2) (3).txt).

This extension doesn't collect any user data.

CHANGELOGS:
- v1.2.0: 2023-Jan
  *) Added: support Incognito mode
- v1.1.0: 2022-May
  *) Removed "Read your browsing history" permission (tabs).

Source code: https://github.com/ReeganExE/open-cookies.txt                    

Podstawowe informacje o rozszerzeniu

Nazwa Open Cookies.txt Open Cookies.txt
ID gdocmgbfkjnnpapoeobnolbbkoibbcif
Oficjalny URL https://chromewebstore.google.com/detail/open-cookiestxt/gdocmgbfkjnnpapoeobnolbbkoibbcif
Opis An open-source, least privilege Cookies.txt extension
Rozmiar pliku 91.14 KB
Liczba instalacji 6,000
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2023-01-03
Data Publikacji 2021-07-25
Ocena 4.50/5 Łącznie 4 Oceny
Deweloper Ninh Pham
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ReeganExE/open-cookies.txt
Adres URL Strony Pomocy https://github.com/ReeganExE/open-cookies.txt/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "downloads",
        "activeTab"
    ],
    "optional_permissions": [
        "cookies",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "View cookies",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "author": "Ninh Pham",
    "description": "An open-source, least privilege Cookies.txt extension",
    "version": "1.2.0",
    "name": "Open Cookies.txt"
}