Browser Cleaner - clean downloads & cookies

Browser Cleaner allows to clear all traces of your browser activity. Delete your search history, clean cookies, clean downloads.

Browser Cleaner - clean downloads & cookiesคืออะไร?

Browser Cleaner - clean downloads & cookies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Good Apps corporation และคุณลักษณะหลักของมันคือ "Browser Cleaner allows to clear all traces of your browser activity. Delete your search history, clean cookies, clean downloads."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browser Cleaner - clean downloads & cookies

ดาวน์โหลดไฟล์ส่วนขยาย Browser Cleaner - clean downloads & cookies ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Speed ​​Up Chrome With super history & cache cleaner extension - Browser cleaner

One-click clears your browser's cache and trash, protects your privacy, and makes your browser faster and more productive.

Browser Cleaner - super history & cache cleaner is a simple utility to clean browser data, cache, cookies, downloads and increase overall browser speed.
Click the Add to Chrome button to launch Chrome Super History & Cache Cleaner and clear your browsing history without any effort.

My Google Chrome is too slow. What can I do?
The problem with all browsers, whether it's an Internet browser or Google Chrome, is that after a while they become slow and clumsy.
They take time to launch, load websites, and open and close tabs. That's when you need to think about clearing your browser and getting rid of cache, history, etc.
Chrome Super History & Cache Cleaner is a useful browser extension that helps you quickly clean your browser. and it helps to remove all traces of your on-line activities to protect your privacy.

Clear browsing data from a local user profile.
Make your Chrome browser faster and protect your personal data !

This extension supports Chrome 19 and later.

★ Main Features of SQLite Database Manager:
✔ Dark theme for more comfortable using
✔ Instant removal with one click
✔ Clear Chrome History
✔ Clear download history
✔ Clear Passwords
✔ Clear cache
✔ Delete cookies and other site and plugin data
✔ Clear saved passwords
✔ Clear saved form data
✔ Ability to select a time period

This software is 100% free and does not require you to pay.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Browser Cleaner - clean downloads & cookies Browser Cleaner - clean downloads & cookies
ID hgcfogglodjpdmdcbnpofjhdafpihfhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/browser-cleaner-clean-dow/hgcfogglodjpdmdcbnpofjhdafpihfhg
คำอธิบาย Browser Cleaner allows to clear all traces of your browser activity. Delete your search history, clean cookies, clean downloads.
ขนาดไฟล์ 726 KB
จำนวนการติดตั้ง 1,104
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-10-11
วันที่เผยแพร่ 2022-10-10
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Good Apps corporation
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,sw,nl,no,vi,da,et,es,es-419,hr,it,lv,pl,ro,fi,sv,cs,el,sr,ru,uk,fa,hi,bn,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "38": "img\/icon_38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "browsingData",
        "tabs",
        "cookies",
        "webRequest",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "commands": {
        "clear": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "Clear"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}