Concert

Concert. Party with a hashtag!

Concert란 무엇입니까?

Concert은(는) https://youtubeconcert.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Concert. Party with a hashtag!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Concert 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Party with a #hashtag.
Play the same youtube videos on many computers. Control , play or pause them as you desire. Be your party's own DJ.House parties will never be the same again. With just a hashtag you can broadcast one single video on multiple devices. You're just a hashtag away from creating your own house-concert.

*** To Create your Concert
Once you have added Concert Extension to Chrome. Go to the first youtube video you wan't to play. Add your concert name at the end of the url as a hashtag. Don't forget to add another # at the end and Press Enter ↵. The # at the end ensures that you want to start a new concert. Ask your friends to join your concert Now enjoy the effect on many screens at once.

*** To Join someone's Concert
Once you have added Concert Extension to Chrome. Just add your friend's concert hashtag ONCE to any youtube url and press enter ↵                    

확장 프로그램 기본 정보

이름 Concert Concert
ID gbopepfdcaaccigflmmbddchgcjcinbe
공식 URL https://chromewebstore.google.com/detail/concert/gbopepfdcaaccigflmmbddchgcjcinbe
설명 Concert. Party with a hashtag!
파일 크기 82.39 KB
설치 횟수 58
현재 버전 0.9.1
최근 업데이트 2015-07-15
출시 날짜 2015-07-15
평점 5.00/5 총 4 개의 평점
개발자 https://youtubeconcert.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.youtubeconcert.com
도움말 페이지 URL http://www.youtubeconcert.com#contact
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Concert",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Concert. Party with a hashtag!",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/youtubeconcert.com\/",
    "version": "0.9.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "Concert"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}