BLACKPINK 갤러리 리스트 애드온

이용자메모, 미리보기, 빠른비추

What is BLACKPINK 갤러리 리스트 애드온?

BLACKPINK 갤러리 리스트 애드온 is a Chrome extension developed by syungrn, and its main feature is "이용자메모, 미리보기, 빠른비추".

Extension Screenshots

screenshot
screenshot
screenshot

Download BLACKPINK 갤러리 리스트 애드온 Extension CRX File

Download BLACKPINK 갤러리 리스트 애드온 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) 목록에서 비추표시
- 목록에서 마우스 오버시 비추버튼이 바로 보인다.                    

Extension Basic Information

Name BLACKPINK 갤러리 리스트 애드온 BLACKPINK 갤러리 리스트 애드온
ID jhkbgkmhlegkfpepbpnlmbojallgdial
Official URL https://chrome.google.com/webstore/detail/blackpink-%EA%B0%A4%EB%9F%AC%EB%A6%AC-%EB%A6%AC%EC%8A%A4%ED%8A%B8-%EC%95%A0%EB%93%9C%EC%98%A8/jhkbgkmhlegkfpepbpnlmbojallgdial
Description 이용자메모, 미리보기, 빠른비추
File Size 318 KB
Installation Count 113
Current Version 0.41
Last Updated 2019-12-17
Publish Date 2019-12-15
Rating 5.00/5 Total 1 Ratings
Developer syungrn
Email [email protected]
Payment Type free
Extension Website http://gall.dcinside.com/board/lists?id=blackpink
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BLACKPINK \uac24\ub7ec\ub9ac \ub9ac\uc2a4\ud2b8 \uc560\ub4dc\uc628",
    "description": "\uc774\uc6a9\uc790\uba54\ubaa8, \ubbf8\ub9ac\ubcf4\uae30, \ube60\ub978\ube44\ucd94",
    "version": "0.41",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/gall.dcinside.com\/*",
                "https:\/\/gall.dcinside.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "windows",
        "storage",
        "http:\/\/gall.dcinside.com\/*",
        "https:\/\/gall.dcinside.com\/*",
        "http:\/\/blping.mooo.com\/*",
        "https:\/\/blping.mooo.com\/*"
    ]
}