Disable Cookies
Disable cookies on current site
Disable Cookies란 무엇입니까?
Disable Cookies은(는) https://singleclickapps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disable cookies on current site"입니다.
확장 프로그램 스크린샷
Disable Cookies 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use this extension to disable/enable cookies on the current site. It's a simple switch: click to disable, click to enable. It works on "per host" basis and will disable cookies for the domain only (the site opened in the currently selected tab). It will not stop third-party cookies set by the current site (analytics etc.) -- to disable third-party cookies you should use the respective content settings (chrome://settings/content/cookies) When you disable cookies, it will delete cookies set by this site and will reload the current page. (Auto-reload/delete can be disabled in the Options page) There are some options available, but basically, the extension does just that and nothing more.
확장 프로그램 기본 정보
이름 | Disable Cookies |
ID | lkmjmficaoifggpfapbffkggecbleang |
공식 URL | https://chromewebstore.google.com/detail/disable-cookies/lkmjmficaoifggpfapbffkggecbleang |
설명 | Disable cookies on current site |
파일 크기 | 57.9 KB |
설치 횟수 | 26,871 |
현재 버전 | 1.4.0 |
최근 업데이트 | 2020-03-20 |
출시 날짜 | 2020-03-19 |
평점 | 3.90/5 총 39 개의 평점 |
개발자 | https://singleclickapps.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://singleclickapps.com/disable-cookies/ |
개인정보 보호 정책 페이지 URL | https://singleclickapps.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Cookies", "version": "1.4.0", "minimum_chrome_version": "16.0", "manifest_version": 2, "homepage_url": "https:\/\/singleclickapps.com\/disable-cookies", "description": "Disable cookies on current site", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contentSettings", "contextMenus", "browsingData", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_title": "Disable Cookies" }, "incognito": "spanning", "background": { "page": "background.html", "persistent": true }, "options_page": "options.html" } |