DANCCESS

Enhance youtube for dance

什麼是DANCCESS?

DANCCESS是由http://danccess.com開發的Chrome擴展程式,該擴展的主要功能是“Enhance youtube for dance”。

擴展截圖

screenshot
screenshot
screenshot

下載DANCCESS擴展crx文件

下載DANCCESS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Enhance YouTube for dance. 
Manually curated, dance style, music track choreographies, trending and community videos playlists. All of them updated on daily basis.
Enjoy dance on YouTube. Install now!

You will find DANCCESS playlist on the right side of browsers navigation bar. Dance is closer to you then ever before.

------

v.2.1.0
Added popup navigation for easier access of dancers, events, music track playlists.

------
DANCCESS v2 is LIVE

We have learned from our mistakes and your feedback and are very happy to present you DANCCESS v2. 

New-tab is gone.
Now we only add extra functionality to YouTube so you can enjoy dance with better user experience when you got a free minute for entertainment.                    

擴展基本資訊

名稱 DANCCESS DANCCESS
ID pdhgpgcbdodombbhohbbmpbbnnhopjjd
官方網址 https://chrome.google.com/webstore/detail/danccess/pdhgpgcbdodombbhohbbmpbbnnhopjjd
簡介 Enhance youtube for dance
檔案大小 512 KB
安裝次數 80
目前版本 2.1.0
更新時間 2018-06-07
上架時間 2018-06-07
評分 5.00/5 共 4 次評分
開發者 http://danccess.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://danccess.com
隱私政策頁面URL http://danccess.com/privacy
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DANCCESS",
    "description": "Enhance youtube for dance",
    "version": "2.1.0",
    "icons": {
        "16": ".\/extension_icons\/16.png",
        "32": ".\/extension_icons\/32.png",
        "48": ".\/extension_icons\/48.png",
        "128": ".\/extension_icons\/128.png"
    },
    "permissions": [
        "storage",
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "injectToYoutube.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": ".\/extension_icons\/16.png",
            "32": ".\/extension_icons\/32.png"
        },
        "default_title": "DANCCESS",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "*:\/\/*.danccess.com\/*"
        ]
    },
    "web_accessible_resources": [
        "bundle.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.youtube.com\/iframe_api https:\/\/*.ytimg.com https:\/\/www.google-analytics.com https:\/\/*.google.com https:\/\/localhost:3000 https:\/\/unpkg.com; object-src 'self'"
}