Youtube Playlist Analyser
YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…
Youtube Playlist Analyserとは何ですか?
Youtube Playlist Analyserはissac abrahamによって開発されたChromeの拡張機能で、その主な機能は「YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…」です。
拡張機能のスクリーンショット
Youtube Playlist Analyser拡張機能のCRXファイルをダウンロード
Youtube Playlist Analyser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds of your choice.
拡張機能の基本情報
名前 | Youtube Playlist Analyser |
ID | nocbnhlddghmkcagbnhpegjghahnjgnb |
公式URL | https://chromewebstore.google.com/detail/youtube-playlist-analyser/nocbnhlddghmkcagbnhpegjghahnjgnb |
説明 | YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds… |
ファイルサイズ | 194 KB |
インストール数 | 81 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-08-08 |
公開日 | 2021-08-07 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | issac abraham |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Playlist Analyser", "version": "1.0.0", "web_accessible_resources": [ { "resources": [ "js\/script.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "js\/Content.js" ], "run_at": "document_start" } ], "icons": { "16": "assets\/16x16.png", "48": "assets\/48x48.png", "128": "assets\/128x128.png" } } |