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…

Hvad er Share Current Youtube Video Time?

Share Current Youtube Video Time er en Chrome-udvidelse udviklet af https://hwangmatthew.com, og dens hovedfunktion er "A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…".

Udvidelsesskærmbilleder

screenshot

Download Share Current Youtube Video Time-udvidelses-CRX-fil

Download Share Current Youtube Video Time-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Share Current Youtube Video Time Share Current Youtube Video Time
ID jcofpgdoehfbllnilflkampfndabpnji
Officiel URL https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji
Beskrivelse A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…
Filstørrelse 10.53 KB
Antal Installationer 21
Nuværende Version 0.3
Senest Opdateret 2018-06-18
Udgivelsesdato 2018-06-17
Udvikler https://hwangmatthew.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}