Mister Clean

Keep your browser history a mystery with Mister Clean.

Apa itu Mister Clean?

Mister Clean adalah ekstensi Chrome yang dikembangkan oleh Mister Clean, dan fitur utamanya adalah "Keep your browser history a mystery with Mister Clean.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Mister Clean

Unduh file ekstensi Mister Clean dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Keep your browser history a mystery with Mister Clean.  Privately experience the pleasures of the web without revealing your secrets. Browse boldly with Mister Clean! 

Features:
- Sleek, minimalist design
- Date, time, and local weather all in one place
- Eliminates adult sites from your search history                    

Informasi Dasar Ekstensi

Nama Mister Clean Mister Clean
ID nhhpomjhoeinaabilpjcjomlhieciabm
URL Resmi https://chrome.google.com/webstore/detail/mister-clean/nhhpomjhoeinaabilpjcjomlhieciabm
Deskripsi Keep your browser history a mystery with Mister Clean.
Ukuran File 498 KB
Jumlah Instalasi 262
Versi Saat Ini 1.0.1774
Terakhir Diperbarui 2019-10-22
Tanggal Publikasi 2019-10-22
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Mister Clean
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://mrcleanup.app/
URL Halaman Bantuan https://mrcleanup.app/
URL Halaman Kebijakan Privasi https://mrcleanup.app/privacy-policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "48": "assets\/icons\/48.png",
            "128": "assets\/icons\/128.png"
        }
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "topSites",
        "activeTab",
        "browsingData",
        "history",
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "version": "1.0.1774",
    "name": "Mister Clean",
    "description": "Keep your browser history a mystery with Mister Clean."
}