Localhost Cookie Sync

Sync cookies from a domain to your localhost

Localhost Cookie Syncคืออะไร?

Localhost Cookie Sync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brett Merrifield และคุณลักษณะหลักของมันคือ "Sync cookies from a domain to your localhost"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Localhost Cookie Sync

ดาวน์โหลดไฟล์ส่วนขยาย Localhost Cookie Sync ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Keep certain cookies synced from a domain to your localhost. This can be a good tool to use by keeping things like authentication tokens from a domain synced to your local dev environment.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Localhost Cookie Sync Localhost Cookie Sync
ID mpbhlkmmkaamkbkpoammefkfckhgfbac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/localhost-cookie-sync/mpbhlkmmkaamkbkpoammefkfckhgfbac
คำอธิบาย Sync cookies from a domain to your localhost
ขนาดไฟล์ 22.04 KB
จำนวนการติดตั้ง 193
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2021-09-24
วันที่เผยแพร่ 2021-09-21
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Brett Merrifield
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Localhost Cookie Sync",
    "description": "Sync cookies from a domain to your localhost",
    "version": "0.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/cookie16.png",
            "32": "\/images\/cookie32.png",
            "48": "\/images\/cookie48.png",
            "128": "\/images\/cookie128.png"
        }
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "\/images\/cookie16.png",
        "32": "\/images\/cookie32.png",
        "48": "\/images\/cookie48.png",
        "128": "\/images\/cookie128.png"
    }
}