Cookies2JSON
Export cookies to a simple JSON file.
Apa itu Cookies2JSON?
Cookies2JSON adalah ekstensi Chrome yang dikembangkan oleh sunnyclouds.apps, dan fitur utamanya adalah "Export cookies to a simple JSON file.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cookies2JSON
Unduh file ekstensi Cookies2JSON 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
Minimalistic extension that allows you to safely export all cookies in a browser tab as a simple JSON file.
Informasi Dasar Ekstensi
Nama | Cookies2JSON |
ID | ffbinkjibaannhnogomaebfmogppggcd |
URL Resmi | https://chromewebstore.google.com/detail/cookies2json/ffbinkjibaannhnogomaebfmogppggcd |
Deskripsi | Export cookies to a simple JSON file. |
Ukuran File | 30.6 KB |
Jumlah Instalasi | 93 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-05-06 |
Tanggal Publikasi | 2021-05-05 |
Pengembang | sunnyclouds.apps |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/sunnyclouds-apps/Cookies2JSON |
URL Halaman Bantuan | https://github.com/sunnyclouds-apps/Cookies2JSON/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookies2JSON", "description": "Export cookies to a simple JSON file.", "version": "1.0.0", "icons": { "16": "icons\/icon_16.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon_19.png", "38": "icons\/icon_38.png" }, "default_title": "Cookies2JSON", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ] } |