Cookie Muncher
1 Click and the cookies are removed from the current tab
Cookie Muncher란 무엇입니까?
Cookie Muncher은(는) http://cookiemuncher.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "1 Click and the cookies are removed from the current tab"입니다.
확장 프로그램 스크린샷
Cookie Muncher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Minimize online search engine tracking! Cookie Muncher promotes minimal cookie tracking search with omibar/newtab search to Bing and will remove all search engine cookies from your current tab just by clicking on our cookie icon in the toolbar. By clicking "Add to Chrome", I accept and agree to install Cookie Muncher extension and set the default search and New Tab to that provided by the service and to the Terms of Use and Privacy Policy”. To report bugs, suggest new features or have comments reach us at [email protected] Our Privacy Policy (Updated) https://cookiemuncher.org/?a=privacy Our Terms: https://cookiemuncher.org/?a=terms About Us: https://cookiemuncher.org/?a=about
확장 프로그램 기본 정보
이름 | |
ID | fpnalmiongflnhdnahcibifbjabphieh |
공식 URL | https://chrome.google.com/webstore/detail/cookie-muncher/fpnalmiongflnhdnahcibifbjabphieh |
설명 | 1 Click and the cookies are removed from the current tab |
파일 크기 | 13.94 KB |
설치 횟수 | 12,565 |
현재 버전 | 5 |
최근 업데이트 | 2021-02-16 |
출시 날짜 | 2020-03-18 |
평점 | 3.67/5 총 6 개의 평점 |
개발자 | http://cookiemuncher.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://cookiemuncher.org |
도움말 페이지 URL | https://cookiemuncher.org |
개인정보 보호 정책 페이지 URL | https://cookiemuncher.org?a=privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "author": "Kreg Milano", "name": "Cookie Muncher", "description": "1 Click and the cookies are removed from the current tab", "homepage_url": "https:\/\/cookiemuncher.org", "permissions": [ "activeTab" ], "manifest_version": 2, "version": "5", "browser_action": { "default_icon": "128.png", "default_title": "1 Click Cookie Remover" }, "icons": { "128": "128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "bg.js" ] }, "chrome_url_overrides": { "newtab": "n.html" }, "chrome_settings_overrides": { "search_provider": { "alternate_urls": [], "encoding": "UTF-8", "favicon_url": "https:\/\/cookiemuncher.org\/favicon.ico", "image_url": "", "image_url_post_params": "", "instant_url": "", "instant_url_post_params": "", "is_default": true, "keyword": "CC", "name": "CC", "search_url": "https:\/\/cookiemuncher.org\/s\/?subid=cm&api=cmz1ulbrzgs2h54&q={searchTerms}", "search_url_post_params": "", "suggest_url_post_params": "" } } } |