Clear Cookie and Reload

Clear Cookie for current tab and reload

Hvad er Clear Cookie and Reload?

Clear Cookie and Reload er en Chrome-udvidelse udviklet af b.like.no.other, og dens hovedfunktion er "Clear Cookie for current tab and reload".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Clear Cookie and Reload-udvidelses-CRX-fil

Download Clear Cookie and Reload-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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]                    

Grundlæggende oplysninger om udvidelsen

Navn Clear Cookie and Reload Clear Cookie and Reload
ID clinijjpaohndgmfepgpifcfnmlecbom
Officiel URL https://chrome.google.com/webstore/detail/clear-cookie-and-reload/clinijjpaohndgmfepgpifcfnmlecbom
Beskrivelse Clear Cookie for current tab and reload
Filstørrelse 5.57 KB
Antal Installationer 24,280
Nuværende Version 0.3
Senest Opdateret 2019-02-02
Udgivelsesdato 2019-02-02
Bedømmelse 3.52/5 Samlet 48 Bedømmelser
Udvikler b.like.no.other
Betalingsmetode free
Understøttede Sprog 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]"
    }
}