Mister Clean

Keep your browser history a mystery with Mister Clean.

什么是Mister Clean?

Mister Clean是由Mister Clean开发的Chrome扩展程序,该扩展的主要功能是“Keep your browser history a mystery with Mister Clean.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Mister Clean扩展crx文件

下载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."
}