Open Cookies.txt

An open-source, least privilege Cookies.txt extension

什麼是Open Cookies.txt?

Open Cookies.txt是由Ninh Pham開發的Chrome擴展程式,該擴展的主要功能是“An open-source, least privilege Cookies.txt extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Open Cookies.txt擴展crx文件

下載Open Cookies.txt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}