Cookie Downloader
Very useful extension for downloading session parameters in Chrome.
Cookie Downloaderคืออะไร?
Cookie Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nextpost.tech และคุณลักษณะหลักของมันคือ "Very useful extension for downloading session parameters in Chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Cookie Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Very useful extension for downloading session parameters in browser. - Fast and easy detection of session parameters - In-built session file generation feature You can buy integration guide of this extension officially here: https://nextpost.tech/downloads/cookie-downloader/ Developed by Nextpost.tech Team.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cookie Downloader |
ID | epldkbdhmpdcdgcolndopgkigelnmlmo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cookie-downloader/epldkbdhmpdcdgcolndopgkigelnmlmo |
คำอธิบาย | Very useful extension for downloading session parameters in Chrome. |
ขนาดไฟล์ | 98.34 KB |
จำนวนการติดตั้ง | 4,302 |
เวอร์ชันปัจจุบัน | 1.0.10 |
อัปเดตครั้งล่าสุด | 2022-06-27 |
วันที่เผยแพร่ | 2020-05-14 |
คะแนน | 2.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://nextpost.tech |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nextpost.tech/downloads/cookie-downloader/ |
URL หน้าช่วยเหลือ | https://nextpost.tech/contacts/ |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.10", "description": "__MSG_appDesc__", "permissions": [ "tabs", "cookies", "downloads" ], "host_permissions": [ "*:\/\/*.instagram.com\/" ], "icons": { "16": "images\/session_builder_16.png", "32": "images\/session_builder_32.png", "48": "images\/session_builder_48.png", "128": "images\/session_builder_128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/session_builder_16.png", "32": "images\/session_builder_16.png", "48": "images\/session_builder_16.png", "128": "images\/session_builder_16.png" } }, "default_locale": "en", "content_security_policy": { "extension_page": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" }, "manifest_version": 3 } |