AfreecaTV Auto UP
아프리카티비 자동 추천/꿀잼각 익스텐션
Vad är AfreecaTV Auto UP?
AfreecaTV Auto UP är en Chrome-tillägg utvecklad av hyeonwoojo, och dess huvudfunktion är "아프리카티비 자동 추천/꿀잼각 익스텐션".
Tilläggsskärmbilder
Ladda ner AfreecaTV Auto UP-förlängningens CRX-fil
Ladda ner AfreecaTV Auto UP-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
아프리카TV에서 자동 추천/꿀잼각 기능을 활용할 수 있도록 하는 익스텐션입니다. 아프리카TV 방송에 접속하면 자동으로 추천 버튼을 누르고, 1분 간격으로 꿀잼각 버튼을 누르게 됩니다. 깃허브 : https://github.com/dokdo2013/afreecatv_auto_up 이슈 등록, 풀리퀘스트 환영합니다.
Grundläggande Information om Tillägg
Namn | AfreecaTV Auto UP |
ID | dclegcffcilobhmapnmoekjecibgglcg |
Officiell webbadress | https://chromewebstore.google.com/detail/afreecatv-auto-up/dclegcffcilobhmapnmoekjecibgglcg |
Beskrivning | 아프리카티비 자동 추천/꿀잼각 익스텐션 |
Filstorlek | 91.37 KB |
Antal Installationer | 329 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2020-11-16 |
Publiceringsdatum | 2020-11-10 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | hyeonwoojo |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/dokdo2013/afreecatv_auto_up |
Stödda Språk | 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" ] } |