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開發的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…”。

擴展截圖

screenshot
screenshot

下載Can You Sing It?擴展crx文件

下載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!                    

擴展基本資訊

名稱 Can You Sing It? Can You Sing It?
ID illghohhhanckepblhapchfgfbmcmbbo
官方網址 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'"
}