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…
Qu'est-ce que Share Current Youtube Video Time ?
Share Current Youtube Video Time est une extension Chrome développée par https://hwangmatthew.com, et sa fonction principale est "A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Share Current Youtube Video Time
Téléchargez les fichiers d'extension Share Current Youtube Video Time au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Share Current Youtube Video Time |
ID | jcofpgdoehfbllnilflkampfndabpnji |
URL Officiel | https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji |
Description | A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link… |
Taille du Fichier | 10.53 KB |
Nombre d'Installations | 21 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2018-06-18 |
Date de Publication | 2018-06-17 |
Développeur | https://hwangmatthew.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |