The Cleaner - delete Cookies and Cache

The Cleaner delete the Cache, Cookies, Downloads, History from Chrome Browser. Set auto history cleaning, to protect your privacy!

ما هو The Cleaner - delete Cookies and Cache؟

The Cleaner - delete Cookies and Cache هو إضافة Chrome تم تطويرها بواسطة Clean Chrome، والميزة الرئيسية لها هي "The Cleaner delete the Cache, Cookies, Downloads, History from Chrome Browser. Set auto history cleaning, to protect your privacy!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة The Cleaner - delete Cookies and Cache

قم بتنزيل ملفات الامتداد The Cleaner - delete Cookies and Cache بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The most fast and powerful The Cleaner Extension in the Chrome Store!

The Cleaner lets you clear all unnecessary data from Chrome as easy as one click. Protect your privacy, delete all activity and fasten your browser with The Cleaner extension for Chrome.

Extension lets you clear most of temporary browser information effectively just with one click and protect your privacy, delete all activity from your browser and many more:

-clean browser history, cache, cookies, downloads, website storage and passwords
-clean all your browser data at once or separately
-button for quick access to memory and DNS info in extension menu
-open extension’s folder and incognito tab with a button from menu

It's never been easier to erase browsers data. Clear temporary data, cache, cookies, download and browsing history effectively just with one click. Adding a floating button “Clear All” on each page allows you to do that.

Cache cleaner
+ Speed up device performance and clean unnecessary data.
+ Clear cache of all websites.

Protect your privacy and delete all activity from your browser with ccleaner.

Few key features:

+ Instant removal with one-click
+ View and clear browser history
+ Clear download history
+ Empty the temporary files
+ Delete cookies and other site and plug-in data
+ Clear cache
+ Clear saved passwords
+ Clear saved form data
+ Ability to choose time period
+ Light \ Dark mode for every time of day

Click "add extension" button to add Cleaner and clean the browser temporary data without any efforts. 
Is your browser Slow?

Clean up browsing data and make your browser even faster and Protect your privacy!

My browser is getting too slow. What can I do?
The problem with all the browsers, whether it’s internet explorer or Chromium based browser, is that they become slow and clunky after a period of time. They take time to start up to, to load websites and to open and close tabs. This is when one should consider cleaning up the browser and getting rid of the temporary data, history etc.

Notes:
* Please, be aware that super history & cache cleaner extension The Cleaner will delete only chrome history, but will not interfere with your google history (your search history on google.com). To deal with your google search history you should go to your account in the search engine itself and deal with the google history from there)

* If you delete cookies, you'll be signed out from most current sites (don't select "clear cookies" if you don't want to log-in again every time you use the cleaner.

Extension uses Dynamic URL to track Uninstalls. This information fully anonymous. Based on this infomation we improve our extension to make The Cleaner the best cleaner extension in Chrome Web Store.                    

معلومات أساسية عن التمديد

الاسم The Cleaner - delete Cookies and Cache The Cleaner - delete Cookies and Cache
ID ogfjgagnmkiigilnoiabkbbajinanlbn
عنوان URL الرسمي https://chromewebstore.google.com/detail/the-cleaner-delete-cookie/ogfjgagnmkiigilnoiabkbbajinanlbn
الوصف The Cleaner delete the Cache, Cookies, Downloads, History from Chrome Browser. Set auto history cleaning, to protect your privacy!
حجم الملف 775 KB
عدد التثبيتات 139,674
النسخة الحالية 1.0.6
آخر تحديث 2023-04-12
تاريخ النشر 2022-10-06
تقييم 4.55/5 مجموع تقييمات 283
المطور Clean Chrome
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.0.6",
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "commands": {
        "clear": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "Clear"
        }
    },
    "permissions": [
        "storage",
        "browsingData",
        "tabs",
        "cookies",
        "webRequest",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "38": "img\/icon_38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    }
}