Cookie Tool
Modify the domain name scope of all cookies with one click
Apa itu Cookie Tool?
Cookie Tool adalah ekstensi Chrome yang dikembangkan oleh cjhsources, dan fitur utamanya adalah "Modify the domain name scope of all cookies with one click".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cookie Tool
Unduh file ekstensi Cookie Tool 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
Modify the domain name scope of all cookies with one click; eg: www.google.com -> .google.com
Informasi Dasar Ekstensi
Nama | Cookie Tool |
ID | cmcibloenecepmjigcfaehanbcpkcajb |
URL Resmi | https://chromewebstore.google.com/detail/cookie-tool/cmcibloenecepmjigcfaehanbcpkcajb |
Deskripsi | Modify the domain name scope of all cookies with one click |
Ukuran File | 79.23 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2019-08-27 |
Tanggal Publikasi | 2019-08-23 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | cjhsources |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie Tool", "version": "0.0.2", "description": "Modify the domain name scope of all cookies with one click", "author": "cjh", "icons": { "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ "inject.js" ], "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ] } |