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…
Wat is Share Current Youtube Video Time?
Share Current Youtube Video Time is een Chrome-extensie ontwikkeld door https://hwangmatthew.com, en de belangrijkste functie is "A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…".
Extensie Screenshots
Download het CRX-bestand van de extensie Share Current Youtube Video Time
Download Share Current Youtube Video Time-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Share Current Youtube Video Time |
ID | jcofpgdoehfbllnilflkampfndabpnji |
Officiële URL | https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji |
Beschrijving | A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link… |
Bestandsgrootte | 10.53 KB |
Aantal Installaties | 21 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2018-06-18 |
Publicatiedatum | 2018-06-17 |
Ontwikkelaar | https://hwangmatthew.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |