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…

What is Share Current Youtube Video Time?

Share Current Youtube Video Time is a Chrome extension developed by https://hwangmatthew.com, and its main feature is "A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…".

Extension Screenshots

screenshot

Download Share Current Youtube Video Time Extension CRX File

Download Share Current Youtube Video Time extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Share Current Youtube Video Time Share Current Youtube Video Time
ID jcofpgdoehfbllnilflkampfndabpnji
Official URL https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji
Description A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…
File Size 10.53 KB
Installation Count 21
Current Version 0.3
Last Updated 2018-06-18
Publish Date 2018-06-17
Developer https://hwangmatthew.com
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}