One Clean
Simple and quick cleanup of browser data
Cos'è One Clean?
One Clean è un'estensione di Chrome sviluppata da yangsongling123, e la sua funzione principale è "Simple and quick cleanup of browser data".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione One Clean
Scarica i file di estensione One Clean in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
simple and quick cleaning browser data(cache、cookies、downloads、formData、history、indexDB.loaclstroage、pluginData、passwords、appcache、fileSystems、webSQL) tool - Quick cleaning - Automatic cleaning - Simple cleaning
Informazioni di Base sull'Estensione
Nome | |
ID | pkopealppofgjgdkmodmjkdabpbdbhlf |
URL Ufficiale | https://chrome.google.com/webstore/detail/one-clean/pkopealppofgjgdkmodmjkdabpbdbhlf |
Descrizione | Simple and quick cleanup of browser data |
Dimensione del File | 98.94 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 2.2.2 |
Ultimo Aggiornamento | 2018-08-28 |
Data di Pubblicazione | 2018-08-28 |
Valutazione | 4.60/5 Totale 10 Valutazioni |
Sviluppatore | yangsongling123 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | id,ms,de,en,en-GB,en-US,fr,nl,vi,tr,ca,da,es,es-419,hr,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,ru,uk,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_one_clean__", "description": "__MSG_appdesc__", "icons": { "128": "icon\/128.png" }, "background": { "scripts": [ "background\/ga.js", "background\/bg.js" ] }, "browser_action": { "default_icon": { "128": "icon\/128.png" }, "default_title": "__MSG_one_clean__", "default_popup": "popup\/popup.html" }, "permissions": [ "tabs", "background", "browsingData" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "offline_enabled": true, "version": "2.2.2", "minimum_chrome_version": "36" } |