Discogify
Preview discogs tracks easier.
什么是Discogify?
Discogify是由Phatbyte开发的Chrome扩展程序,该扩展的主要功能是“Preview discogs tracks easier.”。
扩展截图
下载Discogify扩展crx文件
下载Discogify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Discogify is a small music video player for Discogs website that allows you to preview any item that contains YouTube videos in a easy and practical way without having to jump through pages.
This is a great tool for DJs and crate diggers that want to quickly and easily have an audio preview for a particular release.
🚀 Features:
- Automatically adds a "Preview" button to any available item on Discogs
- Playlist
- Hide/Show videos
- Next & Previous shortcuts
- Settings popup
- Minimal Design
⌨️ Key shortcuts:
- Press '.' Next Item
- Press ',' Previous Item 扩展基本信息
| 名称 | |
| ID | jkkcagdphpnlkfflbonlnkcjffngkamc |
| 官方URL | https://chromewebstore.google.com/detail/discogify/jkkcagdphpnlkfflbonlnkcjffngkamc |
| 简介 | Preview discogs tracks easier. |
| 文件大小 | 30.98 KB |
| 安装次数 | 97 |
| 当前版本 | 1.0.10 |
| 更新时间 | 2023-10-08 |
| 上架时间 | 2023-10-06 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | Phatbyte |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Discogify",
"version": "1.0.10",
"description": "Preview discogs tracks easier.",
"icons": {
"32": "icons\/discogify-32.png",
"64": "icons\/discogify-64.png",
"96": "icons\/discogify-96.png"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.discogs.com\/*"
],
"js": [
"browser-polyfill.min.js",
"discogify.js"
],
"css": [
"discogify.css"
]
}
],
"action": {
"default_icon": "icons\/discogify-32.png",
"default_title": "Discogify",
"show_matches": [
"*:\/\/www.discogs.com\/*"
],
"default_popup": "popup\/discogify.html"
}
} | |