Clean on Refresh
Automatically clear clutter on refresh.
Qu'est-ce que Clean on Refresh ?
Clean on Refresh est une extension Chrome développée par jason.allen.oneal, et sa fonction principale est "Automatically clear clutter on refresh.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clean on Refresh
Téléchargez les fichiers d'extension Clean on Refresh au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Automatically clean cache, history, and local storage on refresh. Only works for Kingdoms of Camelot Facebook game.
Informations de Base sur l'Extension
Nom | Clean on Refresh |
ID | moogoheinbbibflghkinbcmgkncleoid |
URL Officiel | https://chromewebstore.google.com/detail/clean-on-refresh/moogoheinbbibflghkinbcmgkncleoid |
Description | Automatically clear clutter on refresh. |
Taille du Fichier | 11.18 KB |
Nombre d'Installations | 262 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-11-24 |
Date de Publication | 2018-11-23 |
Développeur | jason.allen.oneal |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } |