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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://stilldontcareaboutcookies.com และคุณลักษณะหลักของมันคือ "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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Still don't care about cookies
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } } |