Cookie-Cleaner

Chrome extension to clean cookies from the current tab in one click.

Apa itu Cookie-Cleaner?

Cookie-Cleaner adalah ekstensi Chrome yang dikembangkan oleh jmatj.dev, dan fitur utamanya adalah "Chrome extension to clean cookies from the current tab in one click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cookie-Cleaner

Unduh file ekstensi Cookie-Cleaner 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

                        Cookie-Cleaner is a simple and fast extension to clean cookies from the current tab in one click.

Don't hassle with sites that are restricting the content based on how many times you have visited their site.

In one click you're back on your feet and ready to go on!                    

Informasi Dasar Ekstensi

Nama Cookie-Cleaner Cookie-Cleaner
ID alnoiokdjddbeifhpfifmlgmdpgapmaj
URL Resmi https://chromewebstore.google.com/detail/cookie-cleaner/alnoiokdjddbeifhpfifmlgmdpgapmaj
Deskripsi Chrome extension to clean cookies from the current tab in one click.
Ukuran File 15.15 KB
Jumlah Instalasi 1,614
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-06-03
Tanggal Publikasi 2016-06-03
Penilaian 3.40/5 Total 5 Penilaian
Pengembang jmatj.dev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/jmatj/cookie-cleaner
URL Halaman Bantuan https://github.com/jmatj/cookie-cleaner
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie-Cleaner",
    "description": "Chrome extension to clean cookies from the current tab in one click.",
    "version": "0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "remove cookies now",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}