Cookie Tab Viewer
Get cookies of the current tab.
Apa itu Cookie Tab Viewer?
Cookie Tab Viewer adalah ekstensi Chrome yang dikembangkan oleh VIRE GmbH, dan fitur utamanya adalah "Get cookies of the current tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cookie Tab Viewer
Unduh file ekstensi Cookie Tab Viewer 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 extension that shows you the cookie names and values of your current tab.
Informasi Dasar Ekstensi
Nama | Cookie Tab Viewer |
ID | fdlghnedhhdgjjfgdpgpaaiddipafhgk |
URL Resmi | https://chromewebstore.google.com/detail/cookie-tab-viewer/fdlghnedhhdgjjfgdpgpaaiddipafhgk |
Deskripsi | Get cookies of the current tab. |
Ukuran File | 18.63 KB |
Jumlah Instalasi | 12,103 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2020-11-20 |
Tanggal Publikasi | 2019-09-03 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | VIRE GmbH |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://storrito.com/privacy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cookie Tab Viewer", "version": "2.0", "description": "Get cookies of the current tab.", "permissions": [ "cookies", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "cookie-16.png", "48": "cookie-48.png", "128": "cookie-128.png" }, "browser_action": { "default_icon": "cookie-128.png", "default_popup": "popup.html" }, "manifest_version": 2 } |