Accept all cookies
Accepts necessary cookie policies for smooth website navigation, without deleting cookies.
Accept all cookiesคืออะไร?
Accept all cookies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Goodbye Cookies และคุณลักษณะหลักของมันคือ "Accepts necessary cookie policies for smooth website navigation, without deleting cookies."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Accept all cookies
ดาวน์โหลดไฟล์ส่วนขยาย Accept all cookies ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
"Accept All Cookies" is a simple and effective Chrome browser extension that streamlines your browsing experience. No more clicking "Accept" or "Agree" on annoying cookie notifications and pop-ups. This extension automatically accepts all cookies from all websites, making your browsing experience faster and more efficient. EU regulations require websites to obtain user permission before installing tracking cookies, but with "Accept All Cookies," you won't have to worry about constantly navigating through cookie notifications. This extension removes the barriers to your access to content on the web and simplifies the process of browsing. With this extension, you no longer have to wonder which cookies to allow and which to block. "Accept all cookies" categorizes cookies into three groups: technical, analytical, and marketing. Technical cookies are necessary for the website to function properly, such as ones that remember the items you placed in a shopping cart when shopping online. Analytical cookies measure your surfing behavior, and marketing cookies ensure that advertising tailored to you is displayed. In most cases, extension blocks or hides cookie-related pop-ups, making your browsing experience smoother and less intrusive. When it's necessary for the website to work correctly, it will automatically accept the cookie policy for you, sometimes accepting all cookies and sometimes only the necessary ones, depending on what's easiest to do. This extension does not delete cookies, so you can rest assured that your browsing data is secure. Say goodbye to frustrating cookie warnings and enjoy a hassle-free browsing experience. Download "Accept All Cookies" today and simplify your browsing experience.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Accept all cookies |
ID | ofpnikijgfhlmmjlpkfaifhhdonchhoi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/accept-all-cookies/ofpnikijgfhlmmjlpkfaifhhdonchhoi |
คำอธิบาย | Accepts necessary cookie policies for smooth website navigation, without deleting cookies. |
ขนาดไฟล์ | 467 KB |
จำนวนการติดตั้ง | 317,843 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-02-27 |
วันที่เผยแพร่ | 2022-10-31 |
คะแนน | 4.69/5 รวมทั้งหมด 285 คะแนน |
ผู้พัฒนา | Goodbye Cookies |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/goodbyecookies/home |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "1.0.1", "icons": { "16": "assets\/icons\/16.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking", "webNavigation" ], "background": { "page": "assets\/bg.html" }, "options_ui": { "page": "assets\/settings.html", "chrome_style": true }, "browser_action": { "default_popup": "assets\/popup\/popup.html", "default_icon": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png" } } } |