DetailedTime
YouTube動画の公開時刻を表示するやつ
Cos'è DetailedTime?
DetailedTime è un'estensione di Chrome sviluppata da https://null.style, e la sua funzione principale è "YouTube動画の公開時刻を表示するやつ".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DetailedTime
Scarica i file di estensione DetailedTime in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
◆どんな機能? YouTube動画の公開時刻を表示します。 ◆使い方 動画タイトルの横に「詳細」の文字が出るのでそれをクリックしてください。 ◆注意事項 ※ライブ配信の場合は配信開始時刻になります。 ※完璧な動作保証はできません。ご利用は自己責任で。 ※ブラウザの横幅が狭い場合・動画タイトルが長すぎる場合には「詳細」の文字が出ないことがあります。 ◆他の機能 YouTube用の自作拡張まとめ https://null.style/app ◆不具合を見つけたら 作者Twitter(@nulltypo)までご連絡お願いします。レビューには回答できません。 ◆免責事項 このChrome拡張によりいかなる損失や損害などが発生しても責任を負いかねます。ご了承ください。
Informazioni di Base sull'Estensione
Nome | DetailedTime |
ID | ppgpbdnncfccljjkgfednccihjbakahd |
URL Ufficiale | https://chromewebstore.google.com/detail/detailedtime/ppgpbdnncfccljjkgfednccihjbakahd |
Descrizione | YouTube動画の公開時刻を表示するやつ |
Dimensione del File | 46.59 KB |
Conteggio Installazioni | 40,739 |
Versione Corrente | 1.5.4 |
Ultimo Aggiornamento | 2023-10-26 |
Data di Pubblicazione | 2019-09-11 |
Valutazione | 4.22/5 Totale 18 Valutazioni |
Sviluppatore | https://null.style |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://null.style |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DetailedTime", "version": "1.5.4", "author": "@nulltypo", "manifest_version": 3, "description": "YouTube\u52d5\u753b\u306e\u516c\u958b\u6642\u523b\u3092\u8868\u793a\u3059\u308b\u3084\u3064", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "dt.js" ], "css": [ "style.css" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/*.youtube.com\/*" ] } |