DL Entry+

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

What is DL Entry+?

DL Entry+ is a Chrome extension developed by dlgudwn123123, and its main feature is "엔트리 작품 링크 임베딩, 엔트리에서의 3D 한계를 돌파.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download DL Entry+ Extension CRX File

Download DL Entry+ 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

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

Extension Basic Information

Name DL Entry+ DL Entry+
ID clomedjbkfiamlkclldedlojhoalkifo
Official URL https://chromewebstore.google.com/detail/dl-entry+/clomedjbkfiamlkclldedlojhoalkifo
Description 엔트리 작품 링크 임베딩, 엔트리에서의 3D 한계를 돌파.
File Size 118 KB
Installation Count 572
Current Version 0.8.6
Last Updated 2023-08-24
Publish Date 2023-05-16
Rating 4.80/5 Total 5 Ratings
Developer dlgudwn123123
Email [email protected]
Payment Type free
Extension Website http://naver.me/5CzLAFBB
Help Page URL https://dlgudwn123.com/
Supported Languages 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\/*"
    ]
}