사랑과 평화

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

Cos'è 사랑과 평화?

사랑과 평화 è un'estensione di Chrome sviluppata da ohgyun, e la sua funzione principale è "마음의 정화를 가져옵니다.".

Scarica il file CRX dell'estensione 사랑과 평화

Scarica i file di estensione 사랑과 평화 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome 사랑과 평화 사랑과 평화
ID fmljpaabhkjlibjgfdneeffeeodgkgpa
URL Ufficiale https://chrome.google.com/webstore/detail/%EC%82%AC%EB%9E%91%EA%B3%BC-%ED%8F%89%ED%99%94/fmljpaabhkjlibjgfdneeffeeodgkgpa
Descrizione 마음의 정화를 가져옵니다.
Dimensione del File 4.13 MB
Conteggio Installazioni 17
Versione Corrente 0.1.0
Ultimo Aggiornamento 2014-06-22
Data di Pubblicazione 2014-06-22
Valutazione 4.71/5 Totale 7 Valutazioni
Sviluppatore ohgyun
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}