BLACKPINK 갤러리 리스트 애드온

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

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

BLACKPINK 갤러리 리스트 애드온 is een Chrome-extensie ontwikkeld door syungrn, en de belangrijkste functie is "이용자메모, 미리보기, 빠른비추".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie BLACKPINK 갤러리 리스트 애드온

Download BLACKPINK 갤러리 리스트 애드온-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        # 추가기능

- 목록에서 이용자메모
- 목록에서 비추표시
- 목록에서 미리보기

# 사용방법

1) 목록에서 이용자메모 
아이디 - 메모
아이피 - 메모

2) 목록에서 비추표시
- 목록에서 마우스 오버시 비추버튼이 바로 보인다.                    

Basisinformatie over de Extensie

Naam BLACKPINK 갤러리 리스트 애드온 BLACKPINK 갤러리 리스트 애드온
ID jhkbgkmhlegkfpepbpnlmbojallgdial
Officiële 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
Beschrijving 이용자메모, 미리보기, 빠른비추
Bestandsgrootte 318 KB
Aantal Installaties 113
Huidige Versie 0.41
Laatst Bijgewerkt 2019-12-17
Publicatiedatum 2019-12-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar syungrn
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://gall.dcinside.com/board/lists?id=blackpink
Ondersteunde Talen 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\/*"
    ]
}