YouMerc

Keyword Search for Youtube™ Subtitles, enables another way to watch videos

YouMercคืออะไร?

YouMerc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sx666 และคุณลักษณะหลักของมันคือ "Keyword Search for Youtube™ Subtitles, enables another way to watch videos"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouMerc

ดาวน์โหลดไฟล์ส่วนขยาย YouMerc ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Another way to watch Youtube videos.

This extension allows you to search subtitle using keyword.

A Search box is inserted atop Youtube video title.

Have fun!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouMerc YouMerc
ID nedcgpdnfcfpgnemlfceicnnbjpeiffo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youmerc/nedcgpdnfcfpgnemlfceicnnbjpeiffo
คำอธิบาย Keyword Search for Youtube™ Subtitles, enables another way to watch videos
ขนาดไฟล์ 779 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2017-09-03
วันที่เผยแพร่ 2017-08-31
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา sx666
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouMerc",
    "short_name": "YouMerc",
    "version": "1.3",
    "description": "Keyword Search for Youtube\u2122 Subtitles, enables another way to watch videos",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "YouMerc"
    },
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webRequest",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js",
                "classes.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}