AfreecaTV Auto UP
아프리카티비 자동 추천/꿀잼각 익스텐션
What is AfreecaTV Auto UP?
AfreecaTV Auto UP is a Chrome extension developed by hyeonwoojo, and its main feature is "아프리카티비 자동 추천/꿀잼각 익스텐션".
Extension Screenshots
Download AfreecaTV Auto UP Extension CRX File
Download AfreecaTV Auto UP 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에서 자동 추천/꿀잼각 기능을 활용할 수 있도록 하는 익스텐션입니다. 아프리카TV 방송에 접속하면 자동으로 추천 버튼을 누르고, 1분 간격으로 꿀잼각 버튼을 누르게 됩니다. 깃허브 : https://github.com/dokdo2013/afreecatv_auto_up 이슈 등록, 풀리퀘스트 환영합니다.
Extension Basic Information
Name | AfreecaTV Auto UP |
ID | dclegcffcilobhmapnmoekjecibgglcg |
Official URL | https://chromewebstore.google.com/detail/afreecatv-auto-up/dclegcffcilobhmapnmoekjecibgglcg |
Description | 아프리카티비 자동 추천/꿀잼각 익스텐션 |
File Size | 91.37 KB |
Installation Count | 329 |
Current Version | 1.2.0 |
Last Updated | 2020-11-16 |
Publish Date | 2020-11-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | hyeonwoojo |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/dokdo2013/afreecatv_auto_up |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AfreecaTV Auto UP", "version": "1.2.0", "description": "\uc544\ud504\ub9ac\uce74\ud2f0\ube44 \uc790\ub3d9 \ucd94\ucc9c\/\uafc0\uc7bc\uac01 \uc775\uc2a4\ud150\uc158", "manifest_version": 2, "icons": { "16": "icons\/ico16.png", "48": "icons\/ico48.png", "128": "icons\/ico128.png" }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/play.afreecatv.com\/*", "http:\/\/play.afreecatv.com\/*" ], "js": [ "afreeca.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ] } |