Click and Clean

Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.

ما هو Click and Clean؟

Click and Clean هو إضافة Chrome تم تطويرها بواسطة https://browsernative.com، والميزة الرئيسية لها هي "Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Click and Clean

قم بتنزيل ملفات الامتداد Click and Clean بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Just one click (or use the keyboard shortcut command Ctrl + Shift + E) to delete all your browsing data including all open windows, browsing history, cookies, downloads history, form data, websites' caches and databases.

Created by BrowserNative. Visit https://browsernative.com/click-and-clean-chrome-extension/

Feedback? Send via email to [email protected].                    

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

الاسم Click and Clean Click and Clean
ID mgngmngjioknlgjjaiiamcdbahombpfb
عنوان URL الرسمي https://chromewebstore.google.com/detail/click-and-clean/mgngmngjioknlgjjaiiamcdbahombpfb
الوصف Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.
حجم الملف 38.53 KB
عدد التثبيتات 10,000
النسخة الحالية 0.1.0
آخر تحديث 2023-11-06
تاريخ النشر 2018-07-18
تقييم 4.34/5 مجموع تقييمات 41
المطور https://browsernative.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://browsernative.com/click-and-clean-chrome-extension/
عنوان صفحة المساعدة https://browsernative.com/click-and-clean-chrome-extension/
عنوان صفحة سياسة الخصوصية https://browsernative.com/extensions-privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click and Clean",
    "short_name": "ClickClean",
    "description": "Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.",
    "version": "0.1.0",
    "permissions": [
        "browsingData",
        "notifications"
    ],
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "files\/icon-128.png",
        "default_title": "Click and Clean"
    },
    "icons": {
        "48": "files\/icon-48.png",
        "128": "files\/icon-128.png"
    },
    "homepage_url": "https:\/\/browsernative.com\/click-and-clean-chrome-extension\/",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    }
}