TimeComments

Finds Youtube comments with timestamps and ''teleports'' them above video timeline.

TimeCommentsคืออะไร?

TimeComments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.timecomments.com และคุณลักษณะหลักของมันคือ "Finds Youtube comments with timestamps and ''teleports'' them above video timeline."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        When you start watching Youtube video, it loads one hundred most relevant comments. 
Among them finds ones with timestamps in them and for each makes a marker 
above the timeline near the time those timestamps refer to. 
Hover over the marker to see the actual comment.
You can also see replies, if there are any, by clicking on the replies icon.
.
And that's about it.
Simple as it gets.
.
How does it work? Free and "automáticamente", 
No actions and clicking required on your part.
All you do is reap the benefits those comments have.
And they do have value, (in my opinion and experience) 
I mean, have, if you see them on time.
And that's the main purpose and point of this extension:
for you to  see them on time . 
Ideally, that would be when video starts or when video playback 
reaches the timestamps time.
.
As for privacy concerns, email permission is needed because there is a set of extra functionality
beyond above mentioned (it's possible to load all comments), and via your email, 
extension knows that this extra functionality is turned on or is not.
.
Story of timestamps, and their value to your user experience 
definitely deserves more words and spotlight, 
maybe as medium.com article?                    

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

ชื่อ TimeComments TimeComments
ID djcmgmddnajefejhjhfhlfljoofplmlo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/timecomments/djcmgmddnajefejhjhfhlfljoofplmlo
คำอธิบาย Finds Youtube comments with timestamps and ''teleports'' them above video timeline.
ขนาดไฟล์ 105 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2024-01-08
วันที่เผยแพร่ 2022-05-15
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.timecomments.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.timecomments.com/intro
URL หน้านโยบายความเป็นส่วนตัว https://www.timecomments.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TimeComments",
    "version": "1.1.2",
    "description": "Finds Youtube comments with timestamps and ''teleports'' them above video timeline.",
    "icons": {
        "16": "a__icons\/app_16.png",
        "48": "a__icons\/app_48.png",
        "128": "a__icons\/app_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmyFVa1Uxkx2dR8N2sjfIGF1OEntT4zlTPbjPgQFwU3nGUxshrYWXl8lODjSU5JlDrUa\/owHDedjYAEliNGbnZCgJtfQ3FENXxXEwosTk5cGXW8Qf6lpAR4bSkbk0MEykKpDKrnnI9aRc6kdMLuAi4NgonR7wQIj6tN7qFhwgDgWW90ybXEsL1R7eD6ycdQwsm0NROxnMicGuyR1Rgb51T0dch3QZYv\/8Y6EWX849iMUg3J59bXytOahMgYs60hkAJXDt1vfTULpIWpgDz17vqtILAbJ\/NSjYCMcWQidFtjd2c8UZsXb7fbRLry7to0NFvUewZCK4V3xqei64fKxnSQIDAQAB",
    "web_accessible_resources": [
        {
            "resources": [
                "pro\/page_versions.html",
                "a___svg\/*.svg",
                "a___svg\/*.png",
                "a__icons\/*.png"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "sw.js"
    },
    "options_page": "a__options_page\/options.html",
    "host_permissions": [
        "http:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "identity",
        "identity.email",
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "a___cmmn\/__colors.css",
                "a___cmmn\/x_icon.css",
                "a___svg\/app_icon_cm.css",
                "cscr\/css\/__colors.css",
                "cscr\/css\/above_timeline.css",
                "cscr\/css\/dom_factory.css",
                "comment\/css\/at_point.css",
                "comment\/css\/at_bubble.css",
                "comment\/css\/data_comment.css",
                "comment\/css\/like_reply.css",
                "comment\/css\/replies.css",
                "container\/css\/Lft_container.css",
                "page_navigation\/css\/Pg_nv_icon.css",
                "page_navigation\/css\/Pg_nv_menu.css",
                "page_navigation\/css\/Pg_nv_page.css",
                "page_navigation\/css\/Pg_versions.css"
            ],
            "js": [
                "a___cmmn\/__cc.js",
                "a___cmmn\/__cmmn.js",
                "a___svg\/app_icon_cm.js",
                "comment\/js\/at_point.js",
                "comment\/js\/__overlapping_lib.js",
                "comment\/js\/__overlapping.js",
                "comment\/js\/__shaping_up.js",
                "comment\/js\/at_bubble.js",
                "comment\/js\/__shaping_lib.js",
                "comment\/js\/_comment_lib.js",
                "comment\/js\/like_reply.js",
                "comment\/js\/bare_comment.js",
                "comment\/js\/data_comment.js",
                "page_navigation\/js\/H_Menu.js",
                "page_navigation\/js\/Pg_kocka.js",
                "page_navigation\/js\/Pg_navigation.js",
                "container\/js\/Lft_container.js",
                "events\/EventEmitter.js",
                "events\/TYPES_events_dom.js",
                "events\/yt_monitor.js",
                "cscr\/js\/client_versions.js",
                "cscr\/js\/client_msg.js",
                "cscr\/js\/prerequisites.js",
                "cscr\/js\/dom_factory.js",
                "cscr\/js\/parser.js",
                "cscr\/js\/ARHIVA.js",
                "cscr\/js\/on_arhive_arrival.js",
                "cscr\/js\/on_cmt_arrival.js",
                "cscr\/js\/myapp.js",
                "cscr\/js\/boot.js"
            ]
        }
    ]
}