DL Entry+

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

Cos'è DL Entry+?

DL Entry+ è un'estensione di Chrome sviluppata da dlgudwn123123, e la sua funzione principale è "엔트리 작품 링크 임베딩, 엔트리에서의 3D 한계를 돌파.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DL Entry+

Scarica i file di estensione DL Entry+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome DL Entry+ DL Entry+
ID clomedjbkfiamlkclldedlojhoalkifo
URL Ufficiale https://chromewebstore.google.com/detail/dl-entry+/clomedjbkfiamlkclldedlojhoalkifo
Descrizione 엔트리 작품 링크 임베딩, 엔트리에서의 3D 한계를 돌파.
Dimensione del File 118 KB
Conteggio Installazioni 572
Versione Corrente 0.8.6
Ultimo Aggiornamento 2023-08-24
Data di Pubblicazione 2023-05-16
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore dlgudwn123123
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://naver.me/5CzLAFBB
URL della Pagina di Aiuto https://dlgudwn123.com/
Lingue Supportate 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\/*"
    ]
}