Clear Cookie and Reload
Clear Cookie for current tab and reload
Cos'è Clear Cookie and Reload?
Clear Cookie and Reload è un'estensione di Chrome sviluppata da b.like.no.other, e la sua funzione principale è "Clear Cookie for current tab and reload".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clear Cookie and Reload
Scarica i file di estensione Clear Cookie and Reload in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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] Informazioni di Base sull'Estensione
| Nome | |
| ID | clinijjpaohndgmfepgpifcfnmlecbom |
| URL Ufficiale | https://chrome.google.com/webstore/detail/clear-cookie-and-reload/clinijjpaohndgmfepgpifcfnmlecbom |
| Descrizione | Clear Cookie for current tab and reload |
| Dimensione del File | 5.57 KB |
| Conteggio Installazioni | 24,280 |
| Versione Corrente | 0.3 |
| Ultimo Aggiornamento | 2019-02-02 |
| Data di Pubblicazione | 2019-02-02 |
| Valutazione | 3.52/5 Totale 48 Valutazioni |
| Sviluppatore | b.like.no.other |
| Tipo di Pagamento | free |
| Lingue Supportate | 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]"
}
} | |