Cache Buster
adds a buster to your calls
Co to jest Cache Buster?
Cache Buster to rozszerzenie Chrome opracowane przez LumberjackOtters, a jego główną funkcją jest „adds a buster to your calls”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cache Buster
Pobierz pliki rozszerzeń Cache Buster w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension adds a buster to your pages to avoid caching, enjoy :) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ohmdlkcmlkalaplcocbkaiilcdlldlaj |
| Oficjalny URL | https://chromewebstore.google.com/detail/cache-buster/ohmdlkcmlkalaplcocbkaiilcdlldlaj |
| Opis | adds a buster to your calls |
| Rozmiar pliku | 26.45 KB |
| Liczba instalacji | 207 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2020-10-25 |
| Data Publikacji | 2017-05-13 |
| Ocena | 3.00/5 Łącznie 2 Oceny |
| Deweloper | LumberjackOtters |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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",
" | |