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…
Vad är Share Current Youtube Video Time?
Share Current Youtube Video Time är en Chrome-tillägg utvecklad av https://hwangmatthew.com, och dess huvudfunktion är "A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…".
Tilläggsskärmbilder
Ladda ner Share Current Youtube Video Time-förlängningens CRX-fil
Ladda ner Share Current Youtube Video Time-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Share Current Youtube Video Time |
ID | jcofpgdoehfbllnilflkampfndabpnji |
Officiell webbadress | https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji |
Beskrivning | A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link… |
Filstorlek | 10.53 KB |
Antal Installationer | 21 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2018-06-18 |
Publiceringsdatum | 2018-06-17 |
Utvecklare | https://hwangmatthew.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |