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 to jest Share Current Youtube Video Time?

Share Current Youtube Video Time to rozszerzenie Chrome opracowane przez https://hwangmatthew.com, a jego główną funkcją jest „A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Share Current Youtube Video Time

Pobierz pliki rozszerzeń Share Current Youtube Video Time w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Share Current Youtube Video Time Share Current Youtube Video Time
ID jcofpgdoehfbllnilflkampfndabpnji
Oficjalny URL https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji
Opis A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…
Rozmiar pliku 10.53 KB
Liczba instalacji 21
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2018-06-18
Data Publikacji 2018-06-17
Deweloper https://hwangmatthew.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}