DCRefresher Reborn
디시인사이드 개선 확장 프로그램
DCRefresher Reborn là gì?
DCRefresher Reborn là một tiện ích mở rộng Chrome được phát triển bởi green1052, và tính năng chính của nó là "디시인사이드 개선 확장 프로그램".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DCRefresher Reborn
Tải xuống các tệp mở rộng DCRefresher Reborn dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
건의 사항 또는 오류 발생 시 GitHub나 Discord에 작성해주세요 리뷰로 작성해주시면 확인하기 어렵습니다. GitHub: https://github.com/green1052/DCRefresher-Reborn Discord: https://discord.gg/SSW6Zuyjz6 게시글 자동 새로 고침, 게시글 미리보기 등 여러 편의 기능을 제공하는 디시인사이드 확장프로그램입니다.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DCRefresher Reborn |
ID | pmfifcbendahnkeojgpfppklgioemgon |
URL Chính Thức | https://chromewebstore.google.com/detail/dcrefresher-reborn/pmfifcbendahnkeojgpfppklgioemgon |
Mô tả | 디시인사이드 개선 확장 프로그램 |
Kích Thước Tệp | 1.11 MB |
Số Lần Cài Đặt | 3,382 |
Phiên Bản Hiện Tại | 3.10.3 |
Cập Nhật Lần Cuối | 2024-01-31 |
Ngày Phát Hành | 2022-11-15 |
Đánh Giá | 4.71/5 Tổng số 28 Đánh Giá |
Nhà Phát Triển | green1052 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/green1052/DCRefresher-Reborn |
URL Trang Trợ Giúp | https://github.com/green1052/DCRefresher-Reborn/issues |
URL Trang Chính Sách Bảo Mật | https://raw.githubusercontent.com/green1052/green1052/main/chrome-privacy.txt |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |