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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hugo Levet และคุณลักษณะหลักของมันคือ "This extension click for you on "Just functional cookies" button"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disable cookies - auto disable popup cookies
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |