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