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ファイルをダウンロード
Cookie Muncher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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": "" } } } |