YOUTUBOOKMARK (Bookmark, YouTube, watch time)

It provides a function to bookmark the viewing time while watching YouTube videos.

YOUTUBOOKMARK (Bookmark, YouTube, watch time)คืออะไร?

YOUTUBOOKMARK (Bookmark, YouTube, watch time) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yhcho0405 และคุณลักษณะหลักของมันคือ "It provides a function to bookmark the viewing time while watching YouTube videos."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YOUTUBOOKMARK (Bookmark, YouTube, watch time)

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

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

                        You can bookmark the video segments you want!!                    

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

ชื่อ YOUTUBOOKMARK (Bookmark, YouTube, watch time) YOUTUBOOKMARK (Bookmark, YouTube, watch time)
ID fhbaihahknhibdhgddjnekoffmjbpikm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtubookmark-bookmark-yo/fhbaihahknhibdhgddjnekoffmjbpikm
คำอธิบาย It provides a function to bookmark the viewing time while watching YouTube videos.
ขนาดไฟล์ 65.97 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2020-02-04
วันที่เผยแพร่ 2020-02-04
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา yhcho0405
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YOUTUBOOKMARK (Bookmark, YouTube, watch time)",
    "version": "1.0.2",
    "description": "It provides a function to bookmark the viewing time while watching YouTube videos.",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/apis.google.com\/*"
            ],
            "all_frames": true,
            "js": [
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icontt.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}