Still don't care about cookies
Get rid of cookie warnings! If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative
什麼是Still don't care about cookies?
Still don't care about cookies是由https://stilldontcareaboutcookies.com開發的Chrome擴展程式,該擴展的主要功能是“Get rid of cookie warnings! If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative”。
擴展截圖
下載Still don't care about cookies擴展crx文件
下載Still don't care about cookies擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get rid of cookie warnings! If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative
擴展基本資訊
名稱 | Still don't care about cookies |
ID | fmmjjgjhblhocbmigepoobidbbcknjkf |
官方網址 | https://chromewebstore.google.com/detail/still-dont-care-about-coo/fmmjjgjhblhocbmigepoobidbbcknjkf |
簡介 | Get rid of cookie warnings! If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative |
檔案大小 | 388 KB |
安裝次數 | 1,240 |
目前版本 | 1.0.11 |
更新時間 | 2024-01-03 |
上架時間 | 2022-09-21 |
評分 | 3.00/5 共 2 次評分 |
開發者 | https://stilldontcareaboutcookies.com |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://www.stilldontcareaboutcookies.com/ |
說明頁面URL | https://www.stilldontcareaboutcookies.com/ |
隱私政策頁面URL | https://www.twitter-follower.com/en/site/privacy-policy |
支援的語言 | de,en,fr,nl,no,da,es,hr,it,lt,hu,pl,ro,sk,sv,cs,bg,ru,uk,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionDescription__", "default_locale": "en", "version": "1.0.11", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "tabs", "storage", "notifications", "webRequest", "webNavigation", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "data\/background.js" }, "options_ui": { "page": "data\/options.html" }, "action": { "default_popup": "data\/menu\/index.html", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" } } } |