Share Current Youtube Video Time

A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…

什麼是Share Current Youtube Video Time?

Share Current Youtube Video Time是由https://hwangmatthew.com開發的Chrome擴展程式,該擴展的主要功能是“A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…”。

擴展截圖

screenshot

下載Share Current Youtube Video Time擴展crx文件

下載Share Current Youtube Video Time擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link to your youtube video at the current time with one click, instead of making you have to click multiple buttons to share at your current time.                    

擴展基本資訊

名稱 Share Current Youtube Video Time Share Current Youtube Video Time
ID jcofpgdoehfbllnilflkampfndabpnji
官方網址 https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji
簡介 A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…
檔案大小 10.53 KB
安裝次數 21
目前版本 0.3
更新時間 2018-06-18
上架時間 2018-06-17
開發者 https://hwangmatthew.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Share Current Youtube Video Time",
    "version": "0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/watch*",
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}