Clean on Refresh
Automatically clear clutter on refresh.
Co to jest Clean on Refresh?
Clean on Refresh to rozszerzenie Chrome opracowane przez jason.allen.oneal, a jego główną funkcją jest „Automatically clear clutter on refresh.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Clean on Refresh
Pobierz pliki rozszerzeń Clean on Refresh 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
Automatically clean cache, history, and local storage on refresh. Only works for Kingdoms of Camelot Facebook game.
Podstawowe informacje o rozszerzeniu
Nazwa | Clean on Refresh |
ID | moogoheinbbibflghkinbcmgkncleoid |
Oficjalny URL | https://chromewebstore.google.com/detail/clean-on-refresh/moogoheinbbibflghkinbcmgkncleoid |
Opis | Automatically clear clutter on refresh. |
Rozmiar pliku | 11.18 KB |
Liczba instalacji | 262 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2018-11-24 |
Data Publikacji | 2018-11-23 |
Deweloper | jason.allen.oneal |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean on Refresh", "version": "1.2", "description": "Automatically clear clutter on refresh.", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "https:\/\/apps.facebook.com\/kingdomsofcamelot\/*", "tabs", "storage", "browsingData", "declarativeContent", "history" ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "imgs\/16.png", "32": "imgs\/32.png" } } } |