DCSimpler
디시인사이드 갤질을 위한 다양한 부가기능을 제공하는 익스텐션입니다.
DCSimplerとは何ですか?
DCSimplerはvwvwによって開発されたChromeの拡張機能で、その主な機能は「디시인사이드 갤질을 위한 다양한 부가기능을 제공하는 익스텐션입니다.」です。
拡張機能のスクリーンショット
DCSimpler拡張機能のCRXファイルをダウンロード
DCSimpler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
DCSimpler는 디시인사이드 사용자경험 개선을 위한 확장 프로그램입니다. 갤질을 위해 갤러리를 깔끔하게 볼 수 있게 해주며, 추가적인 기능을 사용할 수 있습니다. 바로글보기 기능을 통해 디씨의 불필요한 요소들을 최소한으로 불러옵니다. DCSimpler is extension for DCINSIDE. support minimizing layout and hiding unnecessary articles for easy web surfing. 기능: • 갤러리 레이아웃 최소화 • 사용자 차단 및 메모 • 목록에서 바로 글 보기 • 짤방 엑박 자동 새로고침 업데이트 내역은 아래 주소에서 확인하실 수 있습니다. (https://sites.google.com/view/dcsimpler/updatelog)
拡張機能の基本情報
名前 | DCSimpler |
ID | kgpiejjjpjkcijopeabfleliifbhfnci |
公式URL | https://chromewebstore.google.com/detail/dcsimpler/kgpiejjjpjkcijopeabfleliifbhfnci |
説明 | 디시인사이드 갤질을 위한 다양한 부가기능을 제공하는 익스텐션입니다. |
ファイルサイズ | 472 KB |
インストール数 | 2,419 |
現在のバージョン | 1.4.1 |
最終更新日 | 2023-05-29 |
公開日 | 2020-04-10 |
評価 | 4.69/5 合計 137 レビュー |
開発者 | vwvw |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "vwvw", "manifest_version": 2, "name": "DCSimpler", "short_name": "dcsimpler", "version": "1.4.1", "description": "\ub514\uc2dc\uc778\uc0ac\uc774\ub4dc \uac24\uc9c8\uc744 \uc704\ud55c \ub2e4\uc591\ud55c \ubd80\uac00\uae30\ub2a5\uc744 \uc81c\uacf5\ud558\ub294 \uc775\uc2a4\ud150\uc158\uc785\ub2c8\ub2e4.", "permissions": [ "webRequest", "webRequestBlocking", "webNavigation", "activeTab", "https:\/\/gall.dcinside.com\/board\/*", "https:\/\/gall.dcinside.com\/mgallery\/board\/*", "https:\/\/sites.google.com\/view\/dcsimpler\/*", "https:\/\/ir.joins.com\/*" ], "background": { "scripts": [ "lib\/jQuery\/jquery.js", "js\/lsmm.js", "js\/egyptian.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/gall.dcinside.com\/board\/*", "https:\/\/gall.dcinside.com\/mgallery\/board\/*", "https:\/\/gall.dcinside.com\/mgallery\/\/board\/*" ], "run_at": "document_start", "css": [ "css\/jquery-ui.min.css", "css\/content.css" ], "js": [ "lib\/jQuery\/jquery.js", "lib\/jQuery\/jquery-ui.js", "content.js" ] } ], "icons": { "128": "icon\/icon128.png", "16": "icon\/icon16.png", "48": "icon\/icon48.png" }, "web_accessible_resources": [ "*" ], "options_page": "html\/config.html", "browser_action": { "default_icon": { "128": "icon\/icon128.png", "16": "icon\/icon16.png", "48": "icon\/icon48.png" } }, "commands": { "write": { "suggested_key": { "default": "Alt+S" }, "description": "\uae00 \uc791\uc131" } } } |