CookiesClerk
A plugin that helps you manage multiple accounts on the same site
CookiesClerk란 무엇입니까?
CookiesClerk은(는) https://cookiesclerk.liuweiqing.life에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A plugin that helps you manage multiple accounts on the same site"입니다.
확장 프로그램 스크린샷
CookiesClerk 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Function - Easily manage cookies for multiple accounts on the same website . - Save, load and delete cookies for individual accounts . - Clear cookies for closed accounts or all accounts . - Add and track domains for efficient cookie management . How to use 1. Click the CookiesClerk icon in the toolbar of your browser to open a pop-up window. 2. Use the buttons in the popup window to manage cookies for different accounts and domains. 3. Add new accounts and domains to automatically switch cookies for tracking domains. 4. right-click CookiesClerk icon , click options, to graphically save and load the desired account. This project is open source and absolutely safe , github: https://github.com/14790897/CookiesClerk
확장 프로그램 기본 정보
이름 | CookiesClerk |
ID | njmcgckgojpcificfmkicgnlbocgdhke |
공식 URL | https://chromewebstore.google.com/detail/cookiesclerk/njmcgckgojpcificfmkicgnlbocgdhke |
설명 | A plugin that helps you manage multiple accounts on the same site |
파일 크기 | 282 KB |
설치 횟수 | 239 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2023-12-11 |
출시 날짜 | 2023-09-06 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | https://cookiesclerk.liuweiqing.life |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/14790897/CookiesClerk |
도움말 페이지 URL | https://github.com/14790897/CookiesClerk |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CookiesClerk", "description": "A plugin that helps you manage multiple accounts on the same site ", "version": "1.1.0.0", "version_name": "1.1.0", "manifest_version": 3, "default_locale": "en", "action": { "default_popup": "src\/popup\/index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "src\/assets\/icon.png" }, "options_page": "src\/options\/index.html", "permissions": [ "cookies", "storage", "activeTab", "tabs", "scripting", "browsingData" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "src\/content-script\/index.ts", "src\/content-script\/iframe\/index.html" ], "use_dynamic_url": false } ] } |