Cookie-copy
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…
Apa itu Cookie-copy?
Cookie-copy adalah ekstensi Chrome yang dikembangkan oleh hequanjiang785, dan fitur utamanya adalah "一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cookie-copy
Unduh file ekstensi Cookie-copy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。
A Chrome plugin that copies cookies from other tabs of the current window to the current tab.
选择目标页面并勾选需要复制的cookie后点击复制即可将cookie复制到当讲页面。
可在复制前修改cookie。 Informasi Dasar Ekstensi
| Nama | |
| ID | igfcbpdchlohbhjdfbcimhbpajlglaac |
| URL Resmi | https://chromewebstore.google.com/detail/cookie-copy/igfcbpdchlohbhjdfbcimhbpajlglaac |
| Deskripsi | 一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current… |
| Ukuran File | 20.66 KB |
| Jumlah Instalasi | 192 |
| Versi Saat Ini | 0.0.4 |
| Terakhir Diperbarui | 2023-10-13 |
| Tanggal Publikasi | 2023-03-08 |
| Penilaian | 5.00/5 Total 1 Penilaian |
| Pengembang | hequanjiang785 |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Cookie-copy",
"version": "0.0.4",
"permissions": [
"cookies",
"tabs"
],
"action": {
"default_popup": "popup.html"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"sandbox": {
"pages": [
"sandbox.html"
]
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png"
}
} | |