Clean on Refresh
Automatically clear clutter on refresh.
Wat is Clean on Refresh?
Clean on Refresh is een Chrome-extensie ontwikkeld door jason.allen.oneal, en de belangrijkste functie is "Automatically clear clutter on refresh.".
Extensie Screenshots
Download het CRX-bestand van de extensie Clean on Refresh
Download Clean on Refresh-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
Automatically clean cache, history, and local storage on refresh. Only works for Kingdoms of Camelot Facebook game.
Basisinformatie over de Extensie
Naam | Clean on Refresh |
ID | moogoheinbbibflghkinbcmgkncleoid |
Officiële URL | https://chromewebstore.google.com/detail/clean-on-refresh/moogoheinbbibflghkinbcmgkncleoid |
Beschrijving | Automatically clear clutter on refresh. |
Bestandsgrootte | 11.18 KB |
Aantal Installaties | 262 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2018-11-24 |
Publicatiedatum | 2018-11-23 |
Ontwikkelaar | jason.allen.oneal |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |