AfreecaTV Auto UP

아프리카티비 자동 추천/꿀잼각 익스텐션

AfreecaTV Auto UP란 무엇입니까?

AfreecaTV Auto UP은(는) hyeonwoojo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "아프리카티비 자동 추천/꿀잼각 익스텐션"입니다.

확장 프로그램 스크린샷

screenshot

AfreecaTV Auto UP 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        아프리카TV에서 자동 추천/꿀잼각 기능을 활용할 수 있도록 하는 익스텐션입니다. 아프리카TV 방송에 접속하면 자동으로 추천 버튼을 누르고, 1분 간격으로 꿀잼각 버튼을 누르게 됩니다.

깃허브 : https://github.com/dokdo2013/afreecatv_auto_up
이슈 등록, 풀리퀘스트 환영합니다.                    

확장 프로그램 기본 정보

이름 AfreecaTV Auto UP AfreecaTV Auto UP
ID dclegcffcilobhmapnmoekjecibgglcg
공식 URL https://chromewebstore.google.com/detail/afreecatv-auto-up/dclegcffcilobhmapnmoekjecibgglcg
설명 아프리카티비 자동 추천/꿀잼각 익스텐션
파일 크기 91.37 KB
설치 횟수 329
현재 버전 1.2.0
최근 업데이트 2020-11-16
출시 날짜 2020-11-10
평점 5.00/5 총 1 개의 평점
개발자 hyeonwoojo
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/dokdo2013/afreecatv_auto_up
지원되는 언어 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"
    ]
}