Playcount for YouTube™ Music
Display playcount and release year alongside tracks in YouTube™ Music
Playcount for YouTube™ Musicとは何ですか?
Playcount for YouTube™ MusicはOptiSearchによって開発されたChromeの拡張機能で、その主な機能は「Display playcount and release year alongside tracks in YouTube™ Music」です。
拡張機能のスクリーンショット
Playcount for YouTube™ Music拡張機能のCRXファイルをダウンロード
Playcount for YouTube™ Music拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Display playcount of track, viewcount of videos and release year inside :
• Album page
• Playlist page
• Song list of artist page
• Search page
Note that in the search page, the release year is displayed at the place of the duration which is moved to the right. 拡張機能の基本情報
| 名前 | |
| ID | hbeelkpmngkdpgbpniejjhdckdlekpin |
| 公式URL | https://chromewebstore.google.com/detail/playcount-for-youtube-mus/hbeelkpmngkdpgbpniejjhdckdlekpin |
| 説明 | Display playcount and release year alongside tracks in YouTube™ Music |
| ファイルサイズ | 46.54 KB |
| インストール数 | 163 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2023-10-05 |
| 公開日 | 2023-01-28 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | OptiSearch |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://dj0ulo.github.io/OptiSearch/privacy.html |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Playcount for YouTube\u2122 Music",
"version": "1.3",
"manifest_version": 3,
"description": "Display playcount and release year alongside tracks in YouTube\u2122 Music",
"host_permissions": [
"https:\/\/ytmusic-enhancer.000webhostapp.com\/*"
],
"icons": {
"128": "icons\/icon_128.png",
"48": "icons\/icon_48.png",
"16": "icons\/icon_16.png"
},
"background": {
"service_worker": "src\/background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/music.youtube.com\/*"
],
"js": [
"src\/utils.js",
"src\/track_metadata.js"
]
}
]
} | |