Clear my NSFW history

Clean all nsfw websites from browser's history

Clear my NSFW historyとは何ですか?

Clear my NSFW historyはilyamedzhidovによって開発されたChromeの拡張機能で、その主な機能は「Clean all nsfw websites from browser's history」です。

拡張機能のスクリーンショット

screenshot
screenshot

Clear my NSFW history拡張機能のCRXファイルをダウンロード

Clear my NSFW history拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension will help you to remove all nsfw content from your browser's history.                    

拡張機能の基本情報

名前 Clear my NSFW history Clear my NSFW history
ID jnmlpdjhbcmkekgdfjfdgpfcincoalgg
公式URL https://chrome.google.com/webstore/detail/clear-my-nsfw-history/jnmlpdjhbcmkekgdfjfdgpfcincoalgg
説明 Clean all nsfw websites from browser's history
ファイルサイズ 4.54 MB
インストール数 209
現在のバージョン 1.0.1
最終更新日 2020-08-04
公開日 2020-08-04
評価 3.00/5 合計 2 レビュー
開発者 ilyamedzhidov
Eメール [email protected]
支払い方法 in_app
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear my NSFW history",
    "version": "1.0.1",
    "description": "Clean all nsfw websites from browser's history",
    "author": "medzhidov",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "permissions": [
        "background",
        "storage",
        "history"
    ],
    "browser_action": {
        "default_icon": "icons\/512.png",
        "default_title": "Clear my NSFW history",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "options_page": "pages\/options.html",
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}