Remove Cookie!
Removes cookies set by the site, including cookies with paths and domains
Apa itu Remove Cookie!?
Remove Cookie! adalah ekstensi Chrome yang dikembangkan oleh alenbi.2013.105, dan fitur utamanya adalah "Removes cookies set by the site, including cookies with paths and domains".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Remove Cookie!
Unduh file ekstensi Remove Cookie! 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
This extension enables you to quickly remove the cookie that may have been set by the site. Simply click "Remove Cookie!
Informasi Dasar Ekstensi
Nama | |
ID | oifomnalkciipmgkfgdjkepdocgiipjg |
URL Resmi | https://chrome.google.com/webstore/detail/remove-cookie/oifomnalkciipmgkfgdjkepdocgiipjg |
Deskripsi | Removes cookies set by the site, including cookies with paths and domains |
Ukuran File | 25.75 KB |
Jumlah Instalasi | 16,543 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2013-12-18 |
Tanggal Publikasi | 2013-12-18 |
Penilaian | 2.88/5 Total 16 Penilaian |
Pengembang | alenbi.2013.105 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Remove Cookie!" }, "name": "Remove Cookie!", "description": "Removes cookies set by the site, including cookies with paths and domains", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |