Localhost Cookie Sync
Sync cookies from a domain to your localhost
什麼是Localhost Cookie Sync?
Localhost Cookie Sync是由Brett Merrifield開發的Chrome擴展程式,該擴展的主要功能是“Sync cookies from a domain to your localhost”。
擴展截圖
下載Localhost Cookie Sync擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | mpbhlkmmkaamkbkpoammefkfckhgfbac |
| 官方網址 | 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": [
" | |