Cookie Content Settings
Tap the full power of your browser's cookie settings, allowing more fine-grained rules.
Cookie Content Settingsคืออะไร?
Cookie Content Settings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย heypiotr และคุณลักษณะหลักของมันคือ "Tap the full power of your browser's cookie settings, allowing more fine-grained rules."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie Content Settings
ดาวน์โหลดไฟล์ส่วนขยาย Cookie Content Settings ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extensions allows you to create more fine-grained rules for the "Customized behaviors" in the "Cookie and other site data" settings of your browser. For example, you can allow "myaccount.com" requests to use cookies only while on "example.com", or block cookies in "socialnetwork.com" requests only while on "secretsite.com".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cookie Content Settings |
ID | cgfplfaocdgbahjoegkenibjdgjaakhd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cookie-content-settings/cgfplfaocdgbahjoegkenibjdgjaakhd |
คำอธิบาย | Tap the full power of your browser's cookie settings, allowing more fine-grained rules. |
ขนาดไฟล์ | 24.06 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2021-07-08 |
วันที่เผยแพร่ | 2021-07-08 |
ผู้พัฒนา | heypiotr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/heypiotr/CookieContentSettings |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cookie Content Settings", "version": "1.0.1", "action": [], "description": "Tap the full power of your browser's cookie settings, allowing more fine-grained rules.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "contentSettings", "storage" ] } |