AfreecaTV Auto UP

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

Qu'est-ce que AfreecaTV Auto UP ?

AfreecaTV Auto UP est une extension Chrome développée par hyeonwoojo, et sa fonction principale est "아프리카티비 자동 추천/꿀잼각 익스텐션".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AfreecaTV Auto UP

Téléchargez les fichiers d'extension AfreecaTV Auto UP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom AfreecaTV Auto UP AfreecaTV Auto UP
ID dclegcffcilobhmapnmoekjecibgglcg
URL Officiel https://chromewebstore.google.com/detail/afreecatv-auto-up/dclegcffcilobhmapnmoekjecibgglcg
Description 아프리카티비 자동 추천/꿀잼각 익스텐션
Taille du Fichier 91.37 KB
Nombre d'Installations 329
Version Actuelle 1.2.0
Dernière Mise à Jour 2020-11-16
Date de Publication 2020-11-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur hyeonwoojo
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/dokdo2013/afreecatv_auto_up
Langues Prises en Charge 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"
    ]
}