Startup Cookie Destroyer
Remove unwanted cookies and site data on start-up, and manually from the toolbar.
Startup Cookie Destroyer란 무엇입니까?
Startup Cookie Destroyer은(는) Aaron Horler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove unwanted cookies and site data on start-up, and manually from the toolbar."입니다.
확장 프로그램 스크린샷
Startup Cookie Destroyer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Remove unwanted cookies and all other site data on startup, and manually from the extension toolbar. Wanted cookies are defined using a white list. GitHub source - https://github.com/aghorler/Startup-Cookie-Destroyer CHANGELOG 1.2.0 - Add cacheStorage option to browsing data clear, attempted return to Chrome Web Store. 1.1.0 - Automatic option saving. 1.0.3 - Logic improvements. Hover descriptions on options page. 1.0.2 - The extension no longer clears all cookies on installation. 1.0.1 - First release.
확장 프로그램 기본 정보
이름 | Startup Cookie Destroyer |
ID | gnofoiakeednmambnlgcooiflejppmoj |
공식 URL | https://chromewebstore.google.com/detail/startup-cookie-destroyer/gnofoiakeednmambnlgcooiflejppmoj |
설명 | Remove unwanted cookies and site data on start-up, and manually from the toolbar. |
파일 크기 | 11.96 KB |
설치 횟수 | 214 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2022-02-28 |
출시 날짜 | 2018-05-16 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | Aaron Horler |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/aghorler/Startup-Cookie-Destroyer |
도움말 페이지 URL | https://github.com/aghorler/Startup-Cookie-Destroyer |
개인정보 보호 정책 페이지 URL | https://aaronhorler.com/privacy.txt |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Startup Cookie Destroyer", "version": "1.2.0", "manifest_version": 2, "description": "Remove unwanted cookies and site data on start-up, and manually from the toolbar.", "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "icons": { "128": "\/img\/icon128.png" }, "browser_action": { "name": "Clear cookies and site data." }, "options_ui": { "page": "\/html\/options.html", "chrome_style": true, "open_in_tab": false }, "permissions": [ "browsingData", "storage", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ] } |