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…

Was ist Share Current Youtube Video Time?

Share Current Youtube Video Time ist eine Chrome-Erweiterung, die von https://hwangmatthew.com entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…".

Erweiterungsscreenshots

screenshot

Share Current Youtube Video Time-Erweiterungs-CRX-Datei herunterladen

Laden Sie Share Current Youtube Video Time-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Share Current Youtube Video Time Share Current Youtube Video Time
ID jcofpgdoehfbllnilflkampfndabpnji
Offizielle URL https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji
Beschreibung A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…
Dateigröße 10.53 KB
Installationsanzahl 21
Aktuelle Version 0.3
Letztes Update 2018-06-18
Veröffentlichungsdatum 2018-06-17
Entwickler https://hwangmatthew.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}