Kalisi - Watch videos, together.

Invite friends to chat and watch videos with you - LIVE!

Kalisi - Watch videos, together.คืออะไร?

Kalisi - Watch videos, together. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://kalisi.tv และคุณลักษณะหลักของมันคือ "Invite friends to chat and watch videos with you - LIVE!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kalisi - Watch videos, together.

ดาวน์โหลดไฟล์ส่วนขยาย Kalisi - Watch videos, together. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Just like in real life, the person with the remote controls what everyone is watching. Pass the remote if you don't know what to watch next. Chat privately with only the people on the couch and invite more friends with the kalisi.tv/k/123456 link.

We currently support:
YouTube

Coming soon:
Hulu
SoundCloud
Viki
Vevo
Youku/Tudou
Myvideo.de

Contact us with feedback, bugs, suggestions, and pictures of your couch! [email protected] or @WatchKalisi                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kalisi - Watch videos, together. Kalisi - Watch videos, together.
ID odcmegmfigbaabelfbpppnkbjikpfama
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kalisi-watch-videos-toget/odcmegmfigbaabelfbpppnkbjikpfama
คำอธิบาย Invite friends to chat and watch videos with you - LIVE!
ขนาดไฟล์ 507 KB
จำนวนการติดตั้ง 242
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2014-10-06
วันที่เผยแพร่ 2014-10-06
คะแนน 4.53/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา http://kalisi.tv
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.kalisi.tv
ภาษาที่รองรับ de,en,en-GB,en-US,fil,fr,vi,da,et,es,es-419,it,pt-BR,pt-PT,sv,ru,bn,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "Kalisi",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5.0",
    "permissions": [
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*",
        "storage",
        "tabs",
        "identity"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmu7oDTk1pEgyeiek2BZvRtIhvkn2yxEq3+quFRwdMLe2V6RlDK6p8Wl4BpCqxzoOjVk2FduLunph3dJcb4zDQiNhgJhXbrI5QD81+bUuWD7KboqP77VbZrf88P\/rfbX3dgA\/iz0Lh0gRMxpDB500sQWFLmcpuV1H67b8IYD8DZE1lBguzhpGfyqeMRwHOCv2rkzg6w08GF7ZlAczkbCYvvNHG5uSfHm+dHP1vnoLQWBzx3A8JOb3lhSIAetpb0QB9fg1wEyx0s7zL8RBsdDm5f3nw23CLFbo1cyT\/0bbcNcZiv68hSRWtkcP\/2y5IPzH4gWsAdtAGaN2QzF5eS\/aOwIDAQAB",
    "oauth2": {
        "client_id": "521512651544-on4sci1ak4spbb8opg4obggb16gpr7i3.apps.googleusercontent.com",
        "scopes": [
            "email",
            "profile"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/watch*",
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "lib\/js\/jquery-1.9.1.js",
                "lib\/js\/foundation\/foundation.js",
                "lib\/js\/angular.min.js",
                "lib\/js\/pusher.min.js",
                "contentscript.js"
            ],
            "css": [
                "lib\/css\/foundation.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.mxpnl.com https:\/\/graph.facebook.com https:\/\/connect.facebook.net; object-src 'self'",
    "background": {
        "scripts": [
            "scripts\/mixpanel.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "css\/*",
        "scripts\/*",
        "lib\/*",
        "img\/*",
        "templates\/*"
    ],
    "icons": {
        "32": "img\/favicon.png",
        "128": "img\/favicon-128.png"
    }
}