사랑과 평화

마음의 정화를 가져옵니다.

What is 사랑과 평화?

사랑과 평화 is a Chrome extension developed by ohgyun, and its main feature is "마음의 정화를 가져옵니다.".

Download 사랑과 평화 Extension CRX File

Download 사랑과 평화 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        웹서핑 중 분노가 치밀어오를 때, 마음을 정화해주는 크롬 익스텐션입니다.

[경험해보기]
1. 익스텐션을 설치합니다.
2. 우측 상단의 익스텐션 아이콘을 클릭해서 종교를 선택합니다.
3. textarea 영역이 있는 페이지에 접속합니다. (예: 다음 뉴스 댓글 등)
4. textarea 영역(예: 댓글)에서 욕(예: 븅신)을 입력하고 스페이스나 엔터를 쳐봅니다.
5. 이벤트를 감상하면서 마음을 정화해봅니다.                    

Extension Basic Information

Name 사랑과 평화 사랑과 평화
ID fmljpaabhkjlibjgfdneeffeeodgkgpa
Official URL https://chrome.google.com/webstore/detail/%EC%82%AC%EB%9E%91%EA%B3%BC-%ED%8F%89%ED%99%94/fmljpaabhkjlibjgfdneeffeeodgkgpa
Description 마음의 정화를 가져옵니다.
File Size 4.13 MB
Installation Count 17
Current Version 0.1.0
Last Updated 2014-06-22
Publish Date 2014-06-22
Rating 4.71/5 Total 7 Ratings
Developer ohgyun
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\uc0ac\ub791\uacfc \ud3c9\ud654",
    "version": "0.1.0",
    "description": "\ub9c8\uc74c\uc758 \uc815\ud654\ub97c \uac00\uc838\uc635\ub2c8\ub2e4.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "vendor\/require.js",
                "js\/require_content.js",
                "js\/require_config.js",
                "js\/cscript\/cscript_main.js"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "vendor\/require.js",
            "js\/require_config.js",
            "js\/bg\/bg_main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_title": "\uc0ac\ub791\uacfc \ud3c9\ud654",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "vendor\/*",
        "js\/*",
        "font\/*",
        "html\/*",
        "sound\/*",
        "swf\/*"
    ]
}