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…
Share Current Youtube Video Timeとは何ですか?
Share Current Youtube Video Timeはhttps://hwangmatthew.comによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…」です。
拡張機能のスクリーンショット
Share Current Youtube Video Time拡張機能のCRXファイルをダウンロード
Share Current Youtube Video Time拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | jcofpgdoehfbllnilflkampfndabpnji |
| 公式URL | https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji |
| 説明 | A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link… |
| ファイルサイズ | 10.53 KB |
| インストール数 | 21 |
| 現在のバージョン | 0.3 |
| 最終更新日 | 2018-06-18 |
| 公開日 | 2018-06-17 |
| 開発者 | https://hwangmatthew.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
]
}
]
} | |