딴게이 메모

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

What is 딴게이 메모?

딴게이 메모 is a Chrome extension developed by SYUNG, and its main feature is "딴게이(딴지일보 자유게시판 이용자)를 위한 메모/차단 기능, 설치 후 옵션 페이지를 확인해주세요.".

Extension Screenshots

screenshot

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

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

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

Extension Basic Information

Name 딴게이 메모 딴게이 메모
ID odimgloihnchgmijalnlkanefghommpp
Official URL https://chromewebstore.google.com/detail/%EB%94%B4%EA%B2%8C%EC%9D%B4-%EB%A9%94%EB%AA%A8/odimgloihnchgmijalnlkanefghommpp
Description 딴게이(딴지일보 자유게시판 이용자)를 위한 메모/차단 기능, 설치 후 옵션 페이지를 확인해주세요.
File Size 111 KB
Installation Count 703
Current Version 0.43
Last Updated 2015-06-01
Publish Date 2015-06-01
Rating 4.88/5 Total 42 Ratings
Developer SYUNG
Payment Type free
Supported Languages 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\/*"
        ]
    }
}