Youtube Ends At
Displays when a Youtube video will end.
Youtube Ends Atとは何ですか?
Youtube Ends Atはhttps://youtube-extensions.gonguet.comによって開発されたChromeの拡張機能で、その主な機能は「Displays when a Youtube video will end.」です。
拡張機能のスクリーンショット
Youtube Ends At拡張機能のCRXファイルをダウンロード
Youtube Ends At拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension just displays what time it will be when the video ends, taking playback rate into account. Click on the label to change to "ends in" mode. This currently does not account for SponsorBlock segments.
拡張機能の基本情報
名前 | Youtube Ends At |
ID | oahgfgokmkpgkbfnedkbbmnogjmfpljd |
公式URL | https://chromewebstore.google.com/detail/youtube-ends-at/oahgfgokmkpgkbfnedkbbmnogjmfpljd |
説明 | Displays when a Youtube video will end. |
ファイルサイズ | 18.81 KB |
インストール数 | 232 |
現在のバージョン | 1.7.0 |
最終更新日 | 2022-11-09 |
公開日 | 2021-03-22 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://youtube-extensions.gonguet.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://youtube-extensions.gonguet.com/ |
対応言語 | de,en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "version": "1.7.0", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "scripts\/content.js" ] } ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |