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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}