DANCCESS

Enhance youtube for dance

DANCCESS क्या है?

DANCCESS http://danccess.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance youtube for dance"।

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

screenshot
screenshot
screenshot

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

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

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

                        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
आधिकारिक URL 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'"
}