No Cache
Ensure that you see your page without client and server caches
Wat is No Cache?
No Cache is een Chrome-extensie ontwikkeld door Roman Hlushko, en de belangrijkste functie is "Ensure that you see your page without client and server caches".
Extensie Screenshots
Download het CRX-bestand van de extensie No Cache
Download No Cache-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Take cache cleaning to the next level! No Cache Extension helps to remove server FPC and browser caches by pushing one single button 🔥
Basisinformatie over de Extensie
Naam | No Cache |
ID | imcbegkljmmdaacgnepdhpnlijgpcpbi |
Officiële URL | https://chromewebstore.google.com/detail/no-cache/imcbegkljmmdaacgnepdhpnlijgpcpbi |
Beschrijving | Ensure that you see your page without client and server caches |
Bestandsgrootte | 18.36 KB |
Aantal Installaties | 170 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-03-31 |
Publicatiedatum | 2020-03-31 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Roman Hlushko |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/roma-glushko/no-cache-extension |
Help Pagina-URL | https://github.com/roma-glushko/no-cache-extension |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Cache", "version": "1.0", "description": "Ensure that you see your page without client and server caches", "browser_action": { "default_title": "No Cache!" }, "icons": { "120": "\/images\/icon-120.png" }, "background": { "scripts": [ "actions.js" ], "persistent": false }, "permissions": [ "activeTab", "browsingData", "contextMenus" ] } |