dogdrip++
extension to provide better experience for dogdrip.net 개드립넷 개드립
What is dogdrip++?
dogdrip++ is a Chrome extension developed by Michael Kim, and its main feature is "extension to provide better experience for dogdrip.net 개드립넷 개드립".
Extension Screenshots
Download dogdrip++ Extension CRX File
Download dogdrip++ 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
[1.1.2] - 응애 모드 추가 (추천/비추천 기능 비활성화 및 가리기) - 팝업 설정 페이지 정리 - 댓글 차단이 정상적으로 되지 않는 문제 수정 개드립 개드립넷 dogdrip
Extension Basic Information
Name | dogdrip++ |
ID | okpigmccbdjahkelhiaalmgbaffdikpe |
Official URL | https://chromewebstore.google.com/detail/dogdrip++/okpigmccbdjahkelhiaalmgbaffdikpe |
Description | extension to provide better experience for dogdrip.net 개드립넷 개드립 |
File Size | 26.59 KB |
Installation Count | 1,031 |
Current Version | 1.1.2 |
Last Updated | 2023-10-10 |
Publish Date | 2019-11-05 |
Rating | 4.82/5 Total 17 Ratings |
Developer | Michael Kim |
[email protected] | |
Payment Type | free |
Extension Website | https://www.dogdrip.net |
Help Page URL | https://www.dogdrip.net |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "dogdrip++", "version": "1.1.2", "action": { "default_popup": "app\/popup.html" }, "description": "extension to provide better experience for dogdrip.net \uac1c\ub4dc\ub9bd\ub137 \uac1c\ub4dc\ub9bd", "icons": { "128": "img\/128.png" }, "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/www.dogdrip.net\/*" ], "exclude_matches": [ "https:\/\/www.dogdrip.net\/free", "https:\/\/www.dogdrip.net\/communitypage", "https:\/\/www.dogdrip.net\/notice" ], "css": [ "app\/css\/block.css" ], "js": [ "app\/js\/storage\/storage.js", "app\/js\/types\/constants.js", "app\/js\/util\/tools.js", "app\/js\/app.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "app\/css\/compact-layout.css", "app\/js\/bridge.js" ], "matches": [ "*:\/\/www.dogdrip.net\/*" ] } ] } |