딴게이 메모

딴게이(딴지일보 자유게시판 이용자)를 위한 메모/차단 기능, 설치 후 옵션 페이지를 확인해주세요.

O que é 딴게이 메모?

딴게이 메모 é uma extensão do Chrome desenvolvida por SYUNG, e sua principal característica é "딴게이(딴지일보 자유게시판 이용자)를 위한 메모/차단 기능, 설치 후 옵션 페이지를 확인해주세요.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 딴게이 메모

Baixe arquivos de extensão 딴게이 메모 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        딴지일보 자유게시판 메모기능 ㄷㄷㄷㄷㄷㄷㄷㄷㄷㄷ 
설치 후 옵션 페이지 확인해주세욤

v0.20  [차단기능추가] 차단할 유저는 메모에 '차단'이라고 입력하세요. 
v0.30  [관심기능추가] 관심있는 유저에게 메모에 '관심'이라고 입력하세요. (차단의 반대 의미)
       - 상세페이지에서 글 작성자를 눌러메모를 추가한경우 리스트에 출력되지 않던 이슈 수정
v0.40  [후방주의기능추가]                    

Informações Básicas da Extensão

Nome 딴게이 메모 딴게이 메모
ID odimgloihnchgmijalnlkanefghommpp
URL Oficial https://chromewebstore.google.com/detail/%EB%94%B4%EA%B2%8C%EC%9D%B4-%EB%A9%94%EB%AA%A8/odimgloihnchgmijalnlkanefghommpp
Descrição 딴게이(딴지일보 자유게시판 이용자)를 위한 메모/차단 기능, 설치 후 옵션 페이지를 확인해주세요.
Tamanho do Arquivo 111 KB
Contagem de Instalações 703
Versão Atual 0.43
Última Atualização 2015-06-01
Data de Publicação 2015-06-01
Classificação 4.88/5 Total de 42 Avaliações
Desenvolvedor SYUNG
Tipo de Pagamento free
Idiomas Suportados ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\ub534\uac8c\uc774 \uba54\ubaa8",
    "version": "0.43",
    "author": "syungkim",
    "description": "\ub534\uac8c\uc774(\ub534\uc9c0\uc77c\ubcf4 \uc790\uc720\uac8c\uc2dc\ud310 \uc774\uc6a9\uc790)\ub97c \uc704\ud55c \uba54\ubaa8\/\ucc28\ub2e8 \uae30\ub2a5, \uc124\uce58 \ud6c4 \uc635\uc158 \ud398\uc774\uc9c0\ub97c \ud655\uc778\ud574\uc8fc\uc138\uc694.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.ddanzi.com\/*",
                "http:\/\/www.ddanzi.com\/free\/",
                "http:\/\/www.ddanzi.com\/free\/*"
            ],
            "css": [
                "css\/ddangay_content.css"
            ],
            "js": [
                "js\/vendor\/jquery.min.js",
                "js\/vendor\/lodash.min.js",
                "js\/ddangay_content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "css\/*",
        "js\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/www.ddanzi.com\/free\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.ddanzi.com\/*"
        ]
    }
}