Cookie copier
Just cookie field copier
Apa itu Cookie copier?
Cookie copier adalah ekstensi Chrome yang dikembangkan oleh retuzzik, dan fitur utamanya adalah "Just cookie field copier".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cookie copier
Unduh file ekstensi Cookie copier 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
A simple Google Chrome extension to copy cookies between domains. The list of domains to copy is taken from the open browser tabs.
Informasi Dasar Ekstensi
Nama | Cookie copier |
ID | lhfkmfkjjeilbgfolpcndcbdgbdhbnlk |
URL Resmi | https://chromewebstore.google.com/detail/cookie-copier/lhfkmfkjjeilbgfolpcndcbdgbdhbnlk |
Deskripsi | Just cookie field copier |
Ukuran File | 18.65 KB |
Jumlah Instalasi | 497 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-10-20 |
Tanggal Publikasi | 2020-10-02 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | retuzzik |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/PetePearl/cookie-copier |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie copier", "version": "1.0", "description": "Just cookie field copier", "background": { "scripts": [ "build\/bundle.js" ], "persistent": false }, "browser_action": { "default_popup": "index.html" }, "icons": { "16": "assets\/icon_16.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "permissions": [ "cookies", "storage", " |