Mister Clean

Keep your browser history a mystery with Mister Clean.

Vad är Mister Clean?

Mister Clean är en Chrome-tillägg utvecklad av Mister Clean, och dess huvudfunktion är "Keep your browser history a mystery with Mister Clean.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Mister Clean-förlängningens CRX-fil

Ladda ner Mister Clean-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Mister Clean Mister Clean
ID nhhpomjhoeinaabilpjcjomlhieciabm
Officiell webbadress https://chrome.google.com/webstore/detail/mister-clean/nhhpomjhoeinaabilpjcjomlhieciabm
Beskrivning Keep your browser history a mystery with Mister Clean.
Filstorlek 498 KB
Antal Installationer 262
Aktuell Version 1.0.1774
Senast Uppdaterad 2019-10-22
Publiceringsdatum 2019-10-22
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Mister Clean
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://mrcleanup.app/
Hjälpsida URL https://mrcleanup.app/
URL till Sekretesspolicy Sidan https://mrcleanup.app/privacy-policy
Stödda Språk 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."
}