Disable cookies - auto disable popup cookies
This extension click for you on "Just functional cookies" button
Disable cookies - auto disable popup cookiesとは何ですか?
Disable cookies - auto disable popup cookiesはHugo Levetによって開発されたChromeの拡張機能で、その主な機能は「This extension click for you on "Just functional cookies" button」です。
拡張機能のスクリーンショット
Disable cookies - auto disable popup cookies拡張機能のCRXファイルをダウンロード
Disable cookies - auto disable popup cookies拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you arrive on a website you should uncheck cookies approbation. It's very boring and it takes time. This extension do the dirty work for you: - It clicks on uncheck button - It removes cookies information's popup
拡張機能の基本情報
名前 | Disable cookies - auto disable popup cookies |
ID | icifceekaomdahfoiipifbhbkgbnmicj |
公式URL | https://chromewebstore.google.com/detail/disable-cookies-auto-disa/icifceekaomdahfoiipifbhbkgbnmicj |
説明 | This extension click for you on "Just functional cookies" button |
ファイルサイズ | 17.6 KB |
インストール数 | 666 |
現在のバージョン | 2.3.0 |
最終更新日 | 2021-09-29 |
公開日 | 2021-04-14 |
評価 | 3.00/5 合計 4 レビュー |
開発者 | Hugo Levet |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://hugolevet.fr/p/disable-cookies-privacy.html |
対応言語 | de,en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.3.0", "name": "__MSG_extensionFullTitle__", "description": "__MSG_description__", "default_locale": "en", "icons": { "128": "128.png" }, "offline_enabled": true, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_title": "__MSG_extensionFullTitle__", "default_popup": "index.html" }, "permissions": [ "storage" ] } |