Clear Cookie and Reload
Clear Cookie for current tab and reload
Was ist Clear Cookie and Reload?
Clear Cookie and Reload ist eine Chrome-Erweiterung, die von b.like.no.other entwickelt wurde, und ihr Hauptmerkmal ist "Clear Cookie for current tab and reload".
Erweiterungsscreenshots
Clear Cookie and Reload-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clear Cookie and Reload-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | |
ID | clinijjpaohndgmfepgpifcfnmlecbom |
Offizielle URL | https://chrome.google.com/webstore/detail/clear-cookie-and-reload/clinijjpaohndgmfepgpifcfnmlecbom |
Beschreibung | Clear Cookie for current tab and reload |
Dateigröße | 5.57 KB |
Installationsanzahl | 24,280 |
Aktuelle Version | 0.3 |
Letztes Update | 2019-02-02 |
Veröffentlichungsdatum | 2019-02-02 |
Bewertung | 3.52/5 Insgesamt 48 Bewertungen |
Entwickler | b.like.no.other |
Zahlungsart | free |
Unterstützte Sprachen | 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]" } } |