Miniple(미니플) - youtube

유튜브 영상화면에 댓글을 달 수 있게 도와줍니다.

What is Miniple(미니플) - youtube?

Miniple(미니플) - youtube is a Chrome extension developed by dragonrise0001, and its main feature is "유튜브 영상화면에 댓글을 달 수 있게 도와줍니다.".

Extension Screenshots

screenshot

Download Miniple(미니플) - youtube Extension CRX File

Download Miniple(미니플) - youtube 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

                        미니플은 유튜브 영상위에 댓글을 작성할 수 있게 해주는 UCC 커뮤니티 플랫폼입니다.

댓글은 특정 재생시각, 위치를 선택해서 달 수 있고

다른 사용자가 작성한 댓글도 영상과 함께 시청할 수 있습니다.

(미니플과 유사한 플랫폼으로는 티비플이나 니코동이 있습니다.)                    

Extension Basic Information

Name Miniple(미니플) - youtube Miniple(미니플) - youtube
ID gfdjblebaodpamlehecchpalofgiaaip
Official URL https://chromewebstore.google.com/detail/miniple%EB%AF%B8%EB%8B%88%ED%94%8C-youtube/gfdjblebaodpamlehecchpalofgiaaip
Description 유튜브 영상화면에 댓글을 달 수 있게 도와줍니다.
File Size 46.35 KB
Installation Count 27
Current Version 1.1
Last Updated 2020-02-27
Publish Date 2020-02-26
Rating 4.50/5 Total 4 Ratings
Developer dragonrise0001
Payment Type free
Extension Website https://miniple.xyz
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Miniple(\ubbf8\ub2c8\ud50c) - youtube",
    "version": "1.1",
    "description": "\uc720\ud29c\ube0c \uc601\uc0c1\ud654\uba74\uc5d0 \ub313\uae00\uc744 \ub2ec \uc218 \uc788\uac8c \ub3c4\uc640\uc90d\ub2c8\ub2e4.",
    "icons": {
        "128": ".\/asset\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/miniple.xyz\/",
        "https:\/\/www.youtube.com\/"
    ],
    "background": {
        "scripts": [
            ".\/src\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                ".\/src\/content.js",
                ".\/asset\/jquery-3.4.1.min.js",
                ".\/asset\/font-awesome.js"
            ],
            "css": [
                ".\/src\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": ".\/src\/app\/app.html"
    }
}