Shorts Time
Shorts Time
Shorts Timeとは何ですか?
Shorts TimeはVladymyr Borblykによって開発されたChromeの拡張機能で、その主な機能は「Shorts Time」です。
拡張機能のスクリーンショット
Shorts Time拡張機能のCRXファイルをダウンロード
Shorts Time拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension shows the Time of the video on YouTube Shorts. We are not affiliated with Google, LLC
拡張機能の基本情報
名前 | Shorts Time |
ID | ghobmafihaocpjpnafajjffknganmkpk |
公式URL | https://chromewebstore.google.com/detail/shorts-time/ghobmafihaocpjpnafajjffknganmkpk |
説明 | Shorts Time |
ファイルサイズ | 173 KB |
インストール数 | 44 |
現在のバージョン | 1.0 |
最終更新日 | 2023-08-16 |
公開日 | 2023-08-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Vladymyr Borblyk |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://mozgion.com/ |
ヘルプページのURL | https://mozgion.com/contacts/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/background.js" }, "icons": { "128": "icon_128.png" }, "action": { "default_icon": { "128": "icon_128.png" }, "default_title": "Shorts Time", "default_popup": "popup.html" }, "name": "Shorts Time", "description": "Shorts Time", "version": "1.0", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "\/app.js" ], "css": [ "\/style.css" ], "run_at": "document_end" } ] } |