Get Cookies file
Exports your cookies to the file
Apa itu Get Cookies file?
Get Cookies file adalah ekstensi Chrome yang dikembangkan oleh tobmoki, dan fitur utamanya adalah "Exports your cookies to the file".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Get Cookies file
Unduh file ekstensi Get Cookies file 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
Extension to watch or export your cookies to the file
Informasi Dasar Ekstensi
Nama | Get Cookies file |
ID | lhecbjgjgknjminomebnbfcopdfdfmel |
URL Resmi | https://chromewebstore.google.com/detail/get-cookies-file/lhecbjgjgknjminomebnbfcopdfdfmel |
Deskripsi | Exports your cookies to the file |
Ukuran File | 1.24 MB |
Jumlah Instalasi | 430 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-08-27 |
Tanggal Publikasi | 2020-08-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | tobmoki |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/app.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_popup": "app.html", "default_title": "Get Cookies file" }, "content_scripts": [ { "js": [ "js\/contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Exports your cookies to the file", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "manifest_version": 2, "name": "Get Cookies file", "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webNavigation", "downloads", "contextMenus", "webRequest" ], "version": "1.0" } |