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…
Cos'è Share Current Youtube Video Time?
Share Current Youtube Video Time è un'estensione di Chrome sviluppata da https://hwangmatthew.com, e la sua funzione principale è "A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Share Current Youtube Video Time
Scarica i file di estensione Share Current Youtube Video Time in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Share Current Youtube Video Time |
ID | jcofpgdoehfbllnilflkampfndabpnji |
URL Ufficiale | https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji |
Descrizione | A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link… |
Dimensione del File | 10.53 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2018-06-18 |
Data di Pubblicazione | 2018-06-17 |
Sviluppatore | https://hwangmatthew.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |