Open Cookies.txt

An open-source, least privilege Cookies.txt extension

Open Cookies.txt là gì?

Open Cookies.txt là một tiện ích mở rộng Chrome được phát triển bởi Ninh Pham, và tính năng chính của nó là "An open-source, least privilege Cookies.txt extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open Cookies.txt

Tải xuống các tệp mở rộng Open Cookies.txt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open Cookies.txt Open Cookies.txt
ID gdocmgbfkjnnpapoeobnolbbkoibbcif
URL Chính Thức https://chromewebstore.google.com/detail/open-cookiestxt/gdocmgbfkjnnpapoeobnolbbkoibbcif
Mô tả An open-source, least privilege Cookies.txt extension
Kích Thước Tệp 91.14 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2023-01-03
Ngày Phát Hành 2021-07-25
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Ninh Pham
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ReeganExE/open-cookies.txt
URL Trang Trợ Giúp https://github.com/ReeganExE/open-cookies.txt/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}