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? είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Can You Sing It?
Λήψη αρχείων επέκτασης Can You Sing It? σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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'" } |