Clear Cookie and Reload
Clear Cookie for current tab and reload
Co to jest Clear Cookie and Reload?
Clear Cookie and Reload to rozszerzenie Chrome opracowane przez b.like.no.other, a jego główną funkcją jest „Clear Cookie for current tab and reload”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Clear Cookie and Reload
Pobierz pliki rozszerzeń Clear Cookie and Reload w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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]
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | clinijjpaohndgmfepgpifcfnmlecbom |
Oficjalny URL | https://chrome.google.com/webstore/detail/clear-cookie-and-reload/clinijjpaohndgmfepgpifcfnmlecbom |
Opis | Clear Cookie for current tab and reload |
Rozmiar pliku | 5.57 KB |
Liczba instalacji | 24,280 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2019-02-02 |
Data Publikacji | 2019-02-02 |
Ocena | 3.52/5 Łącznie 48 Oceny |
Deweloper | b.like.no.other |
Typ Płatności | free |
Obsługiwane Języki | 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]" } } |