프리아_확장프로그램
아프리카티비 프리아 관련 확장프로그램입니다
What is 프리아_확장프로그램?
프리아_확장프로그램 is a Chrome extension developed by kwanhwikim0123, and its main feature is "아프리카티비 프리아 관련 확장프로그램입니다".
Extension Screenshots
Download 프리아_확장프로그램 Extension CRX File
Download 프리아_확장프로그램 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
아프리카TV 프리아(fria) 멤버 일정을 확인 할 수 있습니다. 등록된 일간일정, 월간일정을 확인할 수 있습니다. 권한이 있다면 일정을 등록 및 수정할 수 있습니다. 다시보기 채팅창을 타임라인으로 전환하는 기능이 추가되었습니다. 아이콘 제작자: Desinged by Freepik - Flaticon
Extension Basic Information
Name | 프리아_확장프로그램 |
ID | cjjeobghpiiibmmofhgpigedbhbehbmf |
Official URL | https://chromewebstore.google.com/detail/%ED%94%84%EB%A6%AC%EC%95%84%ED%99%95%EC%9E%A5%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8/cjjeobghpiiibmmofhgpigedbhbehbmf |
Description | 아프리카티비 프리아 관련 확장프로그램입니다 |
File Size | 310 KB |
Installation Count | 167 |
Current Version | 0.9 |
Last Updated | 2024-02-12 |
Publish Date | 2023-11-02 |
Rating | 5.00/5 Total 3 Ratings |
Developer | kwanhwikim0123 |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\ud504\ub9ac\uc544_\ud655\uc7a5\ud504\ub85c\uadf8\ub7a8", "description": "\uc544\ud504\ub9ac\uce74\ud2f0\ube44 \ud504\ub9ac\uc544 \uad00\ub828 \ud655\uc7a5\ud504\ub85c\uadf8\ub7a8\uc785\ub2c8\ub2e4", "version": "0.9", "action": { "default_icon": "images\/fria_logo_64.png" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*.afreecatv.com\/*" ], "resources": [ "images\/free-animated-icon-video-32px.png", "images\/free-animated-icon-cake-32px.png", "images\/free-animated-icon-microphone-32px.png", "images\/free-animated-icon-music-32px.png", "images\/free-animated-icon-consultation-32px.png", "images\/free-animated-icon-video-conference-32px.png", "images\/free-animated-icon-gaming-32px.png", "images\/free-animated-icon-gift-32px.png", "images\/free-icon-instagram-post-6537820.png" ] } ], "content_scripts": [ { "js": [ "scripts\/moment.js", "scripts\/content.js", "scripts\/index.global.js", "scripts\/popper.min.js", "scripts\/tippy-bundle.umd.min.js" ], "css": [ "css\/fria.css" ], "matches": [ "https:\/\/play.afreecatv.com\/hye11u\/*", "https:\/\/play.afreecatv.com\/qweasd3456\/*", "https:\/\/play.afreecatv.com\/gosummer\/*", "https:\/\/play.afreecatv.com\/qawsedrf1126\/*", "https:\/\/vod.afreecatv.com\/player\/*" ], "run_at": "document_idle" } ] } |