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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}