Clear Cookie and Reload

Clear Cookie for current tab and reload

Apa itu Clear Cookie and Reload?

Clear Cookie and Reload adalah ekstensi Chrome yang dikembangkan oleh b.like.no.other, dan fitur utamanya adalah "Clear Cookie for current tab and reload".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Clear Cookie and Reload

Unduh file ekstensi Clear Cookie and Reload 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

                        Clear cookies for current tab and reload

Intended Use:
Helpful for developers who need to clear all identifying cookies to test a clean environment.
watch free match on starsports.com using this app, click on the app when 10 minutes preview time gets over.
Enjoy :)

You can fork this open source project at https://github.com/blikenoother/ClearCookieAndReload

-----------------------------------------
Author:
Name: Chirag
Email: [email protected]                    

Informasi Dasar Ekstensi

Nama Clear Cookie and Reload Clear Cookie and Reload
ID clinijjpaohndgmfepgpifcfnmlecbom
URL Resmi https://chrome.google.com/webstore/detail/clear-cookie-and-reload/clinijjpaohndgmfepgpifcfnmlecbom
Deskripsi Clear Cookie for current tab and reload
Ukuran File 5.57 KB
Jumlah Instalasi 24,280
Versi Saat Ini 0.3
Terakhir Diperbarui 2019-02-02
Tanggal Publikasi 2019-02-02
Penilaian 3.52/5 Total 48 Penilaian
Pengembang b.like.no.other
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cookie and Reload",
    "description": "Clear Cookie for current tab and reload",
    "version": "0.3",
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Clear Cookie and Reload"
    },
    "author": {
        "name": "Chirag",
        "email": "[email protected]"
    }
}