DL Entry+
엔트리 작품 링크 임베딩, 엔트리에서의 3D 한계를 돌파.
Wat is DL Entry+?
DL Entry+ is een Chrome-extensie ontwikkeld door dlgudwn123123, en de belangrijkste functie is "엔트리 작품 링크 임베딩, 엔트리에서의 3D 한계를 돌파.".
Extensie Screenshots
Download het CRX-bestand van de extensie DL Entry+
Download DL Entry+-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
엔트리 작품 링크 임베딩, 엔트리에서의 3D 한계를 돌파. Basisinformatie over de Extensie
| Naam | |
| ID | clomedjbkfiamlkclldedlojhoalkifo |
| Officiële URL | https://chromewebstore.google.com/detail/dl-entry+/clomedjbkfiamlkclldedlojhoalkifo |
| Beschrijving | 엔트리 작품 링크 임베딩, 엔트리에서의 3D 한계를 돌파. |
| Bestandsgrootte | 118 KB |
| Aantal Installaties | 572 |
| Huidige Versie | 0.8.6 |
| Laatst Bijgewerkt | 2023-08-24 |
| Publicatiedatum | 2023-05-16 |
| Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | dlgudwn123123 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://naver.me/5CzLAFBB |
| Help Pagina-URL | https://dlgudwn123.com/ |
| Ondersteunde Talen | 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\/*"
]
} | |