Discogify

Preview discogs tracks easier.

Discogify क्या है?

Discogify Phatbyte द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preview discogs tracks easier."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Discogify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Discogify Discogify
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"
    }
}