Clear Cookies, Storage, and Reload Page
Clears the cookies clears the storage and reloads the page
Hvad er Clear Cookies, Storage, and Reload Page?
Clear Cookies, Storage, and Reload Page er en Chrome-udvidelse udviklet af https://platondevs.nl, og dens hovedfunktion er "Clears the cookies clears the storage and reloads the page".
Udvidelsesskærmbilleder
Download Clear Cookies, Storage, and Reload Page-udvidelses-CRX-fil
Download Clear Cookies, Storage, and Reload Page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Clean the page cookies, clear the page storage and reload page. Enjoy using it! Known limitations: does not clean HttpOnly cookies, only cleans cookies in current page domain.
Grundlæggende oplysninger om udvidelsen
Navn | Clear Cookies, Storage, and Reload Page |
ID | ibmecniinmokioelonobooffbpgkeifm |
Officiel URL | https://chromewebstore.google.com/detail/clear-cookies-storage-and/ibmecniinmokioelonobooffbpgkeifm |
Beskrivelse | Clears the cookies clears the storage and reloads the page |
Filstørrelse | 10.04 KB |
Antal Installationer | 484 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-02-10 |
Udgivelsesdato | 2020-02-10 |
Udvikler | https://platondevs.nl |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | http://platondevs.nl/privacy |
URL til Fortrolighedspolitik Side | https://platondevs.nl/privacy |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Cookies, Storage, and Reload Page", "short_name": "CCR-page", "description": "Clears the cookies clears the storage and reloads the page", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "ccr_icon_128.png", "default_title": "Clear Cookies and Reload" }, "icons": { "128": "ccr_icon_128.png" }, "author": { "name": "Platon Devs" } } |