Clear Cookies, Storage, and Reload Page
Clears the cookies clears the storage and reloads the page
Vad är Clear Cookies, Storage, and Reload Page?
Clear Cookies, Storage, and Reload Page är en Chrome-tillägg utvecklad av https://platondevs.nl, och dess huvudfunktion är "Clears the cookies clears the storage and reloads the page".
Tilläggsskärmbilder
Ladda ner Clear Cookies, Storage, and Reload Page-förlängningens CRX-fil
Ladda ner Clear Cookies, Storage, and Reload Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Clear Cookies, Storage, and Reload Page |
ID | ibmecniinmokioelonobooffbpgkeifm |
Officiell webbadress | https://chromewebstore.google.com/detail/clear-cookies-storage-and/ibmecniinmokioelonobooffbpgkeifm |
Beskrivning | Clears the cookies clears the storage and reloads the page |
Filstorlek | 10.04 KB |
Antal Installationer | 484 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-02-10 |
Publiceringsdatum | 2020-02-10 |
Utvecklare | https://platondevs.nl |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | http://platondevs.nl/privacy |
URL till Sekretesspolicy Sidan | https://platondevs.nl/privacy |
Stödda Språk | 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" } } |