DCRefresher Reborn

디시인사이드 개선 확장 프로그램

O que é DCRefresher Reborn?

DCRefresher Reborn é uma extensão do Chrome desenvolvida por green1052, e sua principal característica é "디시인사이드 개선 확장 프로그램".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DCRefresher Reborn

Baixe arquivos de extensão DCRefresher Reborn no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        건의 사항 또는 오류 발생 시 GitHub나 Discord에 작성해주세요
리뷰로 작성해주시면 확인하기 어렵습니다.

GitHub: https://github.com/green1052/DCRefresher-Reborn
Discord: https://discord.gg/SSW6Zuyjz6

게시글 자동 새로 고침, 게시글 미리보기 등 여러 편의 기능을 제공하는 디시인사이드 확장프로그램입니다.                    

Informações Básicas da Extensão

Nome DCRefresher Reborn DCRefresher Reborn
ID pmfifcbendahnkeojgpfppklgioemgon
URL Oficial https://chromewebstore.google.com/detail/dcrefresher-reborn/pmfifcbendahnkeojgpfppklgioemgon
Descrição 디시인사이드 개선 확장 프로그램
Tamanho do Arquivo 1.11 MB
Contagem de Instalações 3,382
Versão Atual 3.10.3
Última Atualização 2024-01-31
Data de Publicação 2022-11-15
Classificação 4.71/5 Total de 28 Avaliações
Desenvolvedor green1052
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/green1052/DCRefresher-Reborn
URL da Página de Ajuda https://github.com/green1052/DCRefresher-Reborn/issues
URL da Página de Política de Privacidade https://raw.githubusercontent.com/green1052/green1052/main/chrome-privacy.txt
Idiomas Suportados ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\ub514\uc2dc\uc778\uc0ac\uc774\ub4dc \uac1c\uc120 \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8",
    "version": "3.10.3",
    "name": "DCRefresher Reborn",
    "short_name": "DCRefresher Reborn",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/*.dcinside.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "assets\/icons\/logo\/[email protected]",
            "180": "assets\/icons\/logo\/[email protected]",
            "1024": "assets\/icons\/logo\/Icon.png"
        },
        "default_popup": "views\/index.html"
    },
    "icons": {
        "120": "assets\/icons\/logo\/[email protected]",
        "180": "assets\/icons\/logo\/[email protected]",
        "1024": "assets\/icons\/logo\/Icon.png"
    },
    "options_page": "views\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "popup\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "refresher.bundle.js"
            ],
            "css": [
                "refresher.bundle.css"
            ],
            "matches": [
                "https:\/\/*.dcinside.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "commands": {
        "refreshLists": {
            "suggested_key": {
                "default": "Alt+R"
            },
            "description": "\uae00 \ubaa9\ub85d \uc0c8\ub85c\uace0\uce68: \uc0c8\ub85c\uace0\uce68"
        },
        "refreshPause": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "\uae00 \ubaa9\ub85d \uc0c8\ub85c\uace0\uce68: \uc77c\uc2dc \ube44\ud65c\uc131\ud654"
        },
        "stealthPause": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "\uc2a4\ud154\uc2a4 \ubaa8\ub4dc: \uc77c\uc2dc \ube44\ud65c\uc131\ud654"
        }
    }
}