유투브 자막검색기-captionsearch

유투브 영상의 자막 검색기능을 제공합니다.

유투브 자막검색기-captionsearch क्या है?

유투브 자막검색기-captionsearch Coinext Tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "유투브 영상의 자막 검색기능을 제공합니다."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 유투브 자막검색기-captionsearch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        유투브 영상의 자막 검색기능을 통해 영상내의 내용을 쉽게 검색하도록 기능을 제공합니다. 
해당 유투브의 영상에 자막이 있는경우에 작동합니다.

*영상에 자막이 존재하는 경우 - 자막 검색 버튼 활성화
예) https://www.youtube.com/watch?v=VTw8yBzsquc

*해당 유투브의 영상에 자막이 존재하지 않거나, 실시간 스트리밍인 경우 - 자막 검색 버튼 비활성화
예) https://www.youtube.com/watch?v=W4-kG3HPiOM

*v1.1수정사항 
- 특정 동영상에서는 동작안하는 버그 수정.                    

एक्सटेंशन की मूल जानकारी

नाम 유투브 자막검색기-captionsearch 유투브 자막검색기-captionsearch
ID cniopaceoaleafegdlakkejcdhpdccfd
आधिकारिक URL https://chromewebstore.google.com/detail/%EC%9C%A0%ED%88%AC%EB%B8%8C-%EC%9E%90%EB%A7%89%EA%B2%80%EC%83%89%EA%B8%B0-captionsearch/cniopaceoaleafegdlakkejcdhpdccfd
विवरण 유투브 영상의 자막 검색기능을 제공합니다.
फ़ाइल का आकार 82.08 KB
स्थापना संख्या 41
वर्तमान संस्करण 1.4
अंतिम अपडेट 2022-12-07
प्रकाशन तिथि 2022-12-01
डेवलपर Coinext Tech
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://withmania.com/
सहायता पृष्ठ URL https://withmania.com/
गोपनीयता नीति पृष्ठ URL https://captionsearch.tistory.com/2
समर्थित भाषाएँ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\uc720\ud22c\ube0c \uc790\ub9c9\uac80\uc0c9\uae30-captionsearch",
    "description": "\uc720\ud22c\ube0c \uc601\uc0c1\uc758 \uc790\ub9c9 \uac80\uc0c9\uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.",
    "version": "1.4",
    "permissions": [],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/styles.css",
                "css\/custom.css"
            ],
            "js": [
                "lib\/thumbnail.js",
                "lib\/xml2json.min.js",
                "lib\/utils.js",
                "lib\/axios.min.js",
                "content-script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "browser_action": {
        "default_title": "\uc720\ud22c\ube0c \uc790\ub9c9\uac80\uc0c9"
    },
    "manifest_version": 3
}