DL Entry+

엔트리 작품 링크 임베딩, 엔트리에서의 3D 한계를 돌파.

DL Entry+란 무엇입니까?

DL Entry+은(는) dlgudwn123123에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "엔트리 작품 링크 임베딩, 엔트리에서의 3D 한계를 돌파."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

DL Entry+ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        엔트리 작품 링크 임베딩, 엔트리에서의 3D 한계를 돌파.                    

확장 프로그램 기본 정보

이름 DL Entry+ DL Entry+
ID clomedjbkfiamlkclldedlojhoalkifo
공식 URL https://chromewebstore.google.com/detail/dl-entry+/clomedjbkfiamlkclldedlojhoalkifo
설명 엔트리 작품 링크 임베딩, 엔트리에서의 3D 한계를 돌파.
파일 크기 118 KB
설치 횟수 572
현재 버전 0.8.6
최근 업데이트 2023-08-24
출시 날짜 2023-05-16
평점 4.80/5 총 5 개의 평점
개발자 dlgudwn123123
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://naver.me/5CzLAFBB
도움말 페이지 URL https://dlgudwn123.com/
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DL Entry+",
    "version": "0.8.6",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/playentry.org\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "index.css"
            ]
        },
        {
            "world": "MAIN",
            "js": [
                "page.js"
            ],
            "matches": [
                "https:\/\/playentry.org\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/playentry.org\/*"
    ]
}