Cache Buster
adds a buster to your calls
Vad är Cache Buster?
Cache Buster är en Chrome-tillägg utvecklad av LumberjackOtters, och dess huvudfunktion är "adds a buster to your calls".
Tilläggsskärmbilder
Ladda ner Cache Buster-förlängningens CRX-fil
Ladda ner Cache Buster-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
This extension adds a buster to your pages to avoid caching, enjoy :) Grundläggande Information om Tillägg
| Namn | |
| ID | ohmdlkcmlkalaplcocbkaiilcdlldlaj |
| Officiell webbadress | https://chromewebstore.google.com/detail/cache-buster/ohmdlkcmlkalaplcocbkaiilcdlldlaj |
| Beskrivning | adds a buster to your calls |
| Filstorlek | 26.45 KB |
| Antal Installationer | 207 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2020-10-25 |
| Publiceringsdatum | 2017-05-13 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | LumberjackOtters |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cache Buster",
"description": "adds a buster to your calls",
"icons": {
"16": "icons\/icon16.png",
"20": "icons\/icon20.png",
"32": "icons\/icon32.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"version": "1.2",
"background": {
"scripts": [
"buster.js"
]
},
"options_page": "config\/config.html",
"browser_action": {
"name": "Click to activate the cache buster"
},
"permissions": [
"activeTab",
"webRequest",
"webRequestBlocking",
" | |