DIBE
Dcinside Integrated Broadcast Environment
What is DIBE?
DIBE is a Chrome extension developed by Jasmin, and its main feature is "Dcinside Integrated Broadcast Environment".
Extension Screenshots
Download DIBE Extension CRX File
Download DIBE 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
● 게시물 목록 자동 갱신 - 자동 갱신 기능은 현재 탭에서 3초 간격부터 제공됩니다. (최소화 상태나 게시물 내부에서는 작동하지 않음.) ● 게시물 새 탭에서 열기 ● 게시물 시간 정보 표시 ● 비고정닉 ID 표시 ● 글꼴 변경 ● 다크모드 ● 향상된 게시글 목록 탐색 ● 통신사 IP 차단 - 통신사 IP 대역을 차단합니다. - 통신사 IP 차단 활성화 상태에서 차단 IP 'mblck' 값 삭제 시 오류가 발생하므로 유의바랍니다. ● IP 대역 정보 표시 - 국내 : 초록 / 모바일 : 파랑 / 프록시 및 해외 : 빨강 - 디시질질 데이터를 기반으로 일부 대역 수정. 문제 시 삭제. - 일부 대역 정보에 오류가 있을 수 있습니다. ● 차단 게시물 숨기기 - 디시인사이드 자체 차단설정 게시물을 보이지 않도록 처리할 수 있습니다. - 이제 자동 갱신과 중복사용이 가능합니다. - 이제 차단 게시물 숨기기 설정이 강제됩니다.
Extension Basic Information
Name | DIBE |
ID | fokgeblncoeecbckmeieogmkiabpimga |
Official URL | https://chromewebstore.google.com/detail/dibe/fokgeblncoeecbckmeieogmkiabpimga |
Description | Dcinside Integrated Broadcast Environment |
File Size | 267 KB |
Installation Count | 20,000 |
Current Version | 2022.09.22.1 |
Last Updated | 2022-09-22 |
Publish Date | 2019-08-03 |
Rating | 4.76/5 Total 58 Ratings |
Developer | Jasmin |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DIBE", "version": "2022.09.22.1", "author": "jasmin", "description": "Dcinside Integrated Broadcast Environment", "icons": { "16": "icon\/icon_16.png", "32": "icon\/icon_32.png", "48": "icon\/icon_48.png", "128": "icon\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon\/icon_gray_16.png", "32": "icon\/icon_gray_32.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/gall.dcinside.com\/*" ], "run_at": "document_start", "js": [ "lib\/jquery-3.5.1.js", "dibe.js", "common.js" ], "css": [ "styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "image\/dc_logo.gif", "image\/sp_img.png", "image\/sp_minor_txt.png", "image\/sp_num.png" ], "matches": [ " |