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…
Apa itu Share Current Youtube Video Time?
Share Current Youtube Video Time adalah ekstensi Chrome yang dikembangkan oleh https://hwangmatthew.com, dan fitur utamanya adalah "A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Share Current Youtube Video Time
Unduh file ekstensi Share Current Youtube Video Time dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Share Current Youtube Video Time |
ID | jcofpgdoehfbllnilflkampfndabpnji |
URL Resmi | https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji |
Deskripsi | A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link… |
Ukuran File | 10.53 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2018-06-18 |
Tanggal Publikasi | 2018-06-17 |
Pengembang | https://hwangmatthew.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |