YOUTUBOOKMARK (Bookmark, YouTube, watch time)
It provides a function to bookmark the viewing time while watching YouTube videos.
YOUTUBOOKMARK (Bookmark, YouTube, watch time)とは何ですか?
YOUTUBOOKMARK (Bookmark, YouTube, watch time)はyhcho0405によって開発されたChromeの拡張機能で、その主な機能は「It provides a function to bookmark the viewing time while watching YouTube videos.」です。
拡張機能のスクリーンショット
YOUTUBOOKMARK (Bookmark, YouTube, watch time)拡張機能のCRXファイルをダウンロード
YOUTUBOOKMARK (Bookmark, YouTube, watch time)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can bookmark the video segments you want!!
拡張機能の基本情報
名前 | YOUTUBOOKMARK (Bookmark, YouTube, watch time) |
ID | fhbaihahknhibdhgddjnekoffmjbpikm |
公式URL | https://chromewebstore.google.com/detail/youtubookmark-bookmark-yo/fhbaihahknhibdhgddjnekoffmjbpikm |
説明 | It provides a function to bookmark the viewing time while watching YouTube videos. |
ファイルサイズ | 65.97 KB |
インストール数 | 53 |
現在のバージョン | 1.0.2 |
最終更新日 | 2020-02-04 |
公開日 | 2020-02-04 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | yhcho0405 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YOUTUBOOKMARK (Bookmark, YouTube, watch time)", "version": "1.0.2", "description": "It provides a function to bookmark the viewing time while watching YouTube videos.", "permissions": [ "activeTab", "tabs", "storage", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "script.js" ] }, { "matches": [ "https:\/\/apis.google.com\/*" ], "all_frames": true, "js": [ "script.js" ] } ], "browser_action": { "default_icon": "icontt.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |