Clear Cookies, Storage, and Reload Page
Clears the cookies clears the storage and reloads the page
What is Clear Cookies, Storage, and Reload Page?
Clear Cookies, Storage, and Reload Page is a Chrome extension developed by https://platondevs.nl, and its main feature is "Clears the cookies clears the storage and reloads the page".
Extension Screenshots
Download Clear Cookies, Storage, and Reload Page Extension CRX File
Download Clear Cookies, Storage, and Reload Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Clear Cookies, Storage, and Reload Page |
ID | ibmecniinmokioelonobooffbpgkeifm |
Official URL | https://chromewebstore.google.com/detail/clear-cookies-storage-and/ibmecniinmokioelonobooffbpgkeifm |
Description | Clears the cookies clears the storage and reloads the page |
File Size | 10.04 KB |
Installation Count | 484 |
Current Version | 1.0 |
Last Updated | 2020-02-10 |
Publish Date | 2020-02-10 |
Developer | https://platondevs.nl |
[email protected] | |
Payment Type | free |
Help Page URL | http://platondevs.nl/privacy |
Privacy Policy Page URL | https://platondevs.nl/privacy |
Supported Languages | 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" } } |