Open Cookies.txt
An open-source, least privilege Cookies.txt extension
Open Cookies.txtคืออะไร?
Open Cookies.txt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ninh Pham และคุณลักษณะหลักของมันคือ "An open-source, least privilege Cookies.txt extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Cookies.txt
ดาวน์โหลดไฟล์ส่วนขยาย Open Cookies.txt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Least privilege Cookies.txt Extension Download or view cookies from the granted websites as cookies.txt format. The extension doesn't access your cookies by default. It only access when you allow it to. Permissions: - downloads: Download your cookie as a single file with fixed name (without (1) (2) (3).txt). This extension doesn't collect any user data. CHANGELOGS: - v1.2.0: 2023-Jan *) Added: support Incognito mode - v1.1.0: 2022-May *) Removed "Read your browsing history" permission (tabs). Source code: https://github.com/ReeganExE/open-cookies.txt
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open Cookies.txt |
ID | gdocmgbfkjnnpapoeobnolbbkoibbcif |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-cookiestxt/gdocmgbfkjnnpapoeobnolbbkoibbcif |
คำอธิบาย | An open-source, least privilege Cookies.txt extension |
ขนาดไฟล์ | 91.14 KB |
จำนวนการติดตั้ง | 6,000 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2023-01-03 |
วันที่เผยแพร่ | 2021-07-25 |
คะแนน | 4.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Ninh Pham |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ReeganExE/open-cookies.txt |
URL หน้าช่วยเหลือ | https://github.com/ReeganExE/open-cookies.txt/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "downloads", "activeTab" ], "optional_permissions": [ "cookies", "*:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_title": "View cookies", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "48": "icon.png", "128": "icon.png" }, "author": "Ninh Pham", "description": "An open-source, least privilege Cookies.txt extension", "version": "1.2.0", "name": "Open Cookies.txt" } |