Reload Page Without Cookies
Clear Cookie for current tab and reload
Wat is Reload Page Without Cookies?
Reload Page Without Cookies is een Chrome-extensie ontwikkeld door chongyang18, en de belangrijkste functie is "Clear Cookie for current tab and reload".
Extensie Screenshots
Download het CRX-bestand van de extensie Reload Page Without Cookies
Download Reload Page Without Cookies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Reload page without cookies by clicking on the extension icon                     Basisinformatie over de Extensie
| Naam |   |  
| ID | hedcmpoocggcflieohecjddaemkpjice | 
| Officiële URL | https://chromewebstore.google.com/detail/reload-page-without-cooki/hedcmpoocggcflieohecjddaemkpjice | 
| Beschrijving | Clear Cookie for current tab and reload | 
| Bestandsgrootte | 6.36 KB | 
| Aantal Installaties | 73 | 
| Huidige Versie | 0.1 | 
| Laatst Bijgewerkt | 2020-04-02 | 
| Publicatiedatum | 2020-03-29 | 
| Ontwikkelaar | chongyang18 | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | en-GB | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload Page Without Cookies",
    "description": "Clear Cookie for current tab and reload",
    "version": "0.1",
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "cookie.png",
        "default_title": "Reload Page Without Cookies"
    },
    "author": "Mike Yan"
}  |  |