EXP Cookies Tool

This extension help the user can export the browser cookies to file and import the cookies from file

EXP Cookies Tool란 무엇입니까?

EXP Cookies Tool은(는) EXP에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension help the user can export the browser cookies to file and import the cookies from file"입니다.

확장 프로그램 스크린샷

screenshot

EXP Cookies Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A powerful and easy-to-use EXP Cookies Tool
EXP Cookies Tool is a free, powerful and easy-to-use. Manage all your cookies stored within your browser, including 3rd party cookies. The interface is clean and well organized.

EXP Cookies Tool - Few Key Features: 

Standard Features: 
+ Export cookies
+ Import cookies
+ Delete all cookies at once 

REQUIRED PERMISSIONS:
"cookies" and "all_urls" - to query cookies for any hosts.                    

확장 프로그램 기본 정보

이름 EXP Cookies Tool EXP Cookies Tool
ID necipeebkikcoingolmohfaeckegimid
공식 URL https://chromewebstore.google.com/detail/exp-cookies-tool/necipeebkikcoingolmohfaeckegimid
설명 This extension help the user can export the browser cookies to file and import the cookies from file
파일 크기 391 KB
설치 횟수 1,029
현재 버전 1.0.5
최근 업데이트 2023-06-06
출시 날짜 2021-09-23
평점 5.00/5 총 6 개의 평점
개발자 EXP
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://efs.teamexp.net/policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EXP Cookies Tool",
    "version": "1.0.5",
    "description": "This extension help the user can export the browser cookies to file and import the cookies from file",
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.min.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "ECT",
        "default_popup": "popup\/index.html",
        "default_icon": "icons\/icon128.png"
    },
    "manifest_version": 3
}