딴게이 메모

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

Qu'est-ce que 딴게이 메모 ?

딴게이 메모 est une extension Chrome développée par SYUNG, et sa fonction principale est "딴게이(딴지일보 자유게시판 이용자)를 위한 메모/차단 기능, 설치 후 옵션 페이지를 확인해주세요.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 딴게이 메모

Téléchargez les fichiers d'extension 딴게이 메모 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom 딴게이 메모 딴게이 메모
ID odimgloihnchgmijalnlkanefghommpp
URL Officiel https://chromewebstore.google.com/detail/%EB%94%B4%EA%B2%8C%EC%9D%B4-%EB%A9%94%EB%AA%A8/odimgloihnchgmijalnlkanefghommpp
Description 딴게이(딴지일보 자유게시판 이용자)를 위한 메모/차단 기능, 설치 후 옵션 페이지를 확인해주세요.
Taille du Fichier 111 KB
Nombre d'Installations 703
Version Actuelle 0.43
Dernière Mise à Jour 2015-06-01
Date de Publication 2015-06-01
Évaluation 4.88/5 Total 42 Évaluations
Développeur SYUNG
Type de Paiement free
Langues Prises en Charge 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\/*"
        ]
    }
}