Cookie Fucker
Removes all cookie warnings. Light and open-sourced.
Cookie Fuckerとは何ですか?
Cookie Fuckerはsiffashによって開発されたChromeの拡張機能で、その主な機能は「Removes all cookie warnings. Light and open-sourced.」です。
拡張機能のスクリーンショット
Cookie Fucker拡張機能のCRXファイルをダウンロード
Cookie Fucker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of cookie warnings? This extension removes all of them! No ads, no bullshit, just plain open-source code: https://github.com/siffash/cookie-fucker This is the only extension that does not contain huge databases with tons of rules specific for each website. Instead of that the light yet very intelligent algorithm does quick analysis of a webpage and automatically removes all annoying cookie notifications. Want to know what all the fuss is about and the reason site owners add these warnings? Learn more about General Data Protection Regulation (GDPR): https://en.wikipedia.org/wiki/General_Data_Protection_Regulation
拡張機能の基本情報
名前 | Cookie Fucker |
ID | elklahjjpedpdjkojcehflijmfeeejhc |
公式URL | https://chromewebstore.google.com/detail/cookie-fucker/elklahjjpedpdjkojcehflijmfeeejhc |
説明 | Removes all cookie warnings. Light and open-sourced. |
ファイルサイズ | 28.03 KB |
インストール数 | 941 |
現在のバージョン | 2.0.1 |
最終更新日 | 2019-06-20 |
公開日 | 2019-06-20 |
評価 | 3.97/5 合計 33 レビュー |
開発者 | siffash |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cookie Fucker", "version": "2.0.1", "description": "Removes all cookie warnings. Light and open-sourced.", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "js": [ "contentScript.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" } }, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "manifest_version": 2 } |