Can You Sing It?
By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by…
Can You Sing It? क्या है?
Can You Sing It? salvare00027 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Can You Sing It? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by checking or writing your own comment of song, you can share the difficulty of song you think with other people. If you have ever thought like "Can I sing this song?", then this is the best app for you!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | illghohhhanckepblhapchfgfbmcmbbo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/can-you-sing-it/illghohhhanckepblhapchfgfbmcmbbo |
विवरण | By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by… |
फ़ाइल का आकार | 19.27 MB |
स्थापना संख्या | 262 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2020-03-05 |
प्रकाशन तिथि | 2020-03-05 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | salvare00027 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Can You Sing It?", "version": "1.0.1", "browser_action": { "default_popup": "index.html", "default_title": "Can You Sing It?" }, "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "tabCapture", "activeTab", "storage" ], "content_security_policy": "script-src 'self' 'sha256-7ltyGuvUvUHfZoujuANRxeCXni9jciuAZu3yp5PSsjI='; object-src 'self'" } |