Clear Session
Clear cookies, session and local storage from current website with a single click.
What is Clear Session?
Clear Session is a Chrome extension developed by Marco Barcelos, and its main feature is "Clear cookies, session and local storage from current website with a single click.".
Extension Screenshots
Download Clear Session Extension CRX File
Download Clear Session 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
Easily clear cookies, local storage and session storage from the website you're currently on!
Extension Basic Information
Name | Clear Session |
ID | maejjihldgmkjlfmgpgoebepjchengka |
Official URL | https://chromewebstore.google.com/detail/clear-session/maejjihldgmkjlfmgpgoebepjchengka |
Description | Clear cookies, session and local storage from current website with a single click. |
File Size | 49.38 KB |
Installation Count | 28,798 |
Current Version | 1.2 |
Last Updated | 2016-02-23 |
Publish Date | 2016-02-23 |
Rating | 4.47/5 Total 74 Ratings |
Developer | Marco Barcelos |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.2", "manifest_version": 2, "options_page": "options.html", "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "page": "background.html" }, "author": "Marco Barcelos", "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Clear Session" }, "permissions": [ "cookies", "*:\/\/*\/*" ] } |