One Clean

Simple and quick cleanup of browser data

Co to jest One Clean?

One Clean to rozszerzenie Chrome opracowane przez yangsongling123, a jego główną funkcją jest „Simple and quick cleanup of browser data”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia One Clean

Pobierz pliki rozszerzeń One Clean 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa One Clean One Clean
ID pkopealppofgjgdkmodmjkdabpbdbhlf
Oficjalny URL https://chrome.google.com/webstore/detail/one-clean/pkopealppofgjgdkmodmjkdabpbdbhlf
Opis Simple and quick cleanup of browser data
Rozmiar pliku 98.94 KB
Liczba instalacji 1,000
Aktualna Wersja 2.2.2
Ostatnia Aktualizacja 2018-08-28
Data Publikacji 2018-08-28
Ocena 4.60/5 Łącznie 10 Oceny
Deweloper yangsongling123
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}