AfreecaTV Auto UP
아프리카티비 자동 추천/꿀잼각 익스텐션
AfreecaTV Auto UPとは何ですか?
AfreecaTV Auto UPはhyeonwoojoによって開発されたChromeの拡張機能で、その主な機能は「아프리카티비 자동 추천/꿀잼각 익스텐션」です。
拡張機能のスクリーンショット
AfreecaTV Auto UP拡張機能のCRXファイルをダウンロード
AfreecaTV Auto UP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
아프리카TV에서 자동 추천/꿀잼각 기능을 활용할 수 있도록 하는 익스텐션입니다. 아프리카TV 방송에 접속하면 자동으로 추천 버튼을 누르고, 1분 간격으로 꿀잼각 버튼을 누르게 됩니다. 깃허브 : https://github.com/dokdo2013/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 |
Eメール | [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" ] } |