Mister Clean

Keep your browser history a mystery with Mister Clean.

Что такое Mister Clean?

Mister Clean - это расширение Chrome, разработанное Mister Clean, и его основная функция - "Keep your browser history a mystery with Mister Clean.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Mister Clean

Скачайте файлы расширений Mister Clean в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Mister Clean Mister Clean
ID nhhpomjhoeinaabilpjcjomlhieciabm
Официальный URL https://chrome.google.com/webstore/detail/mister-clean/nhhpomjhoeinaabilpjcjomlhieciabm
Описание Keep your browser history a mystery with Mister Clean.
Размер файла 498 KB
Количество установок 262
Текущая Версия 1.0.1774
Последнее Обновление 2019-10-22
Дата публикации 2019-10-22
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Mister Clean
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://mrcleanup.app/
URL страницы помощи https://mrcleanup.app/
URL страницы политики конфиденциальности https://mrcleanup.app/privacy-policy
Поддерживаемые языки 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."
}