Open Cookies.txt

An open-source, least privilege Cookies.txt extension

Open Cookies.txt क्या है?

Open Cookies.txt Ninh Pham द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An open-source, least privilege Cookies.txt extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Open Cookies.txt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Open Cookies.txt Open Cookies.txt
ID gdocmgbfkjnnpapoeobnolbbkoibbcif
आधिकारिक URL https://chromewebstore.google.com/detail/open-cookiestxt/gdocmgbfkjnnpapoeobnolbbkoibbcif
विवरण An open-source, least privilege Cookies.txt extension
फ़ाइल का आकार 91.14 KB
स्थापना संख्या 6,000
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2023-01-03
प्रकाशन तिथि 2021-07-25
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर Ninh Pham
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ReeganExE/open-cookies.txt
सहायता पृष्ठ URL https://github.com/ReeganExE/open-cookies.txt/issues
समर्थित भाषाएँ 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"
}