Clean on Refresh
Automatically clear clutter on refresh.
Co je Clean on Refresh?
Clean on Refresh je rozšíření Chrome vyvinuté jason.allen.oneal, a jeho hlavní funkcí je „Automatically clear clutter on refresh.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Clean on Refresh
Stáhněte si soubory rozšíření Clean on Refresh ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Automatically clean cache, history, and local storage on refresh. Only works for Kingdoms of Camelot Facebook game.
Základní Informace o Rozšíření
Název | Clean on Refresh |
ID | moogoheinbbibflghkinbcmgkncleoid |
Oficiální URL | https://chromewebstore.google.com/detail/clean-on-refresh/moogoheinbbibflghkinbcmgkncleoid |
Popis | Automatically clear clutter on refresh. |
Velikost souboru | 11.18 KB |
Počet instalací | 262 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2018-11-24 |
Datum Vydání | 2018-11-23 |
Vývojář | jason.allen.oneal |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } } |