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…

Co je Share Current Youtube Video Time?

Share Current Youtube Video Time je rozšíření Chrome vyvinuté https://hwangmatthew.com, a jeho hlavní funkcí je „A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Share Current Youtube Video Time

Stáhněte si soubory rozšíření Share Current Youtube Video Time ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Share Current Youtube Video Time Share Current Youtube Video Time
ID jcofpgdoehfbllnilflkampfndabpnji
Oficiální URL https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji
Popis A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…
Velikost souboru 10.53 KB
Počet instalací 21
Aktuální Verze 0.3
Poslední Aktualizace 2018-06-18
Datum Vydání 2018-06-17
Vývojář https://hwangmatthew.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}