Clear Cookie and Reload
Clear Cookie for current tab and reload
Qu'est-ce que Clear Cookie and Reload ?
Clear Cookie and Reload est une extension Chrome développée par b.like.no.other, et sa fonction principale est "Clear Cookie for current tab and reload".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clear Cookie and Reload
Téléchargez les fichiers d'extension Clear Cookie and Reload au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | |
ID | clinijjpaohndgmfepgpifcfnmlecbom |
URL Officiel | https://chrome.google.com/webstore/detail/clear-cookie-and-reload/clinijjpaohndgmfepgpifcfnmlecbom |
Description | Clear Cookie for current tab and reload |
Taille du Fichier | 5.57 KB |
Nombre d'Installations | 24,280 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2019-02-02 |
Date de Publication | 2019-02-02 |
Évaluation | 3.52/5 Total 48 Évaluations |
Développeur | b.like.no.other |
Type de Paiement | free |
Langues Prises en Charge | 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]" } } |