Song BPM Finder and Extractor

Get BPM count from music or sound files.

Song BPM Finder and Extractor क्या है?

Song BPM Finder and Extractor Xeri Media Crew | XMC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get BPM count from music or sound files."।

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

screenshot

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

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

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

                        Find BPM count of every music or sound file. With the Song BPM Finder you can extract the BPM and find the speed of a beat.                    

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

नाम Song BPM Finder and Extractor Song BPM Finder and Extractor
ID abfmcpmjdihbbhinfiainfpaaclnicfd
आधिकारिक URL https://chrome.google.com/webstore/detail/song-bpm-finder-and-extra/abfmcpmjdihbbhinfiainfpaaclnicfd
विवरण Get BPM count from music or sound files.
फ़ाइल का आकार 14.88 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-08-03
प्रकाशन तिथि 2020-12-01
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Xeri Media Crew | XMC
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.xeriflow.net/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Song BPM Finder and Extractor",
    "description": "Get BPM count from music or sound files.",
    "version": "1.0.1",
    "permissions": [
        "background"
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "popup": "popup.html",
        "default_popup": "default.html"
    }
}