Tubegether

Enjoy youtube videos with others.

Tubegetherคืออะไร?

Tubegether เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tubegether และคุณลักษณะหลักของมันคือ "Enjoy youtube videos with others."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tubegether

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

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

                        Remember watching the World Cup with your friends? You complain about the penalties, shout at foul plays, and celebrate the winning goals. It is enjoying these moments together, that make the experience so memorable and exciting. With Tubegether, we are about bringing this experience to video viewers around the world.
Tubegether is an interactive video commenting platform. By making the comments a part of the video, Tubegether creates a sense of shared enjoyment among the viewers, bonding them to the moment.
There are many new features to come. We are looking for suggestions and feedbacks. So if you have any, send it our way at [email protected].

Main features:
• Time-based comments
• Combine videos and comments into one
• Different display methods

0.0.1.1 Update:
- Searching for timed youtube comments is fixed.

0.0.1.0 Update:
- Popup page
- "Activities" tab in the side bar
- "News" tab in the side bar

0.0.0.9 Update:
- Scrolling text clearer
- Recommended videos can now show the number of comments correctly
- Input box status fixed
- The shooters now work correctly even when the video is paused

0.0.0.8 Update:
- Input box is now clearer when you typing in fullscreen
- Icon changed
- Now you can check our videos of the week and ranking in any youtube webpages

0.0.0.7 Update:
- Optimizing display methods
- More ranking videos added
- Now you can hide the input box

0.0.0.6 Update:
- Danmaku mode bug fixed

0.0.0.5 Update:
- Automatically search for youtube time-based comments
- New display method in side bar
- Optimize UI                    

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

ชื่อ Tubegether Tubegether
ID fonjojhlacpkmjbaeiopfmbcloibmnad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tubegether/fonjojhlacpkmjbaeiopfmbcloibmnad
คำอธิบาย Enjoy youtube videos with others.
ขนาดไฟล์ 305 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 0.0.1.1
อัปเดตครั้งล่าสุด 2014-11-22
วันที่เผยแพร่ 2014-11-21
คะแนน 3.78/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Tubegether
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.tubegether.com
URL หน้าช่วยเหลือ http://www.tubegether.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tubegether",
    "short_name": "Watch Youtube Together",
    "version": "0.0.1.1",
    "description": "Enjoy youtube videos with others.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/connect.facebook.net\/en_US\/sdk.js https:\/\/*.firebaseio.com https:\/\/auth.firebase.com https:\/\/facebook.com https:\/\/cdn.firebase.com https:\/\/cdnjs.cloudflare.com; frame-src 'self' 'unsafe-eval' https:\/\/cdn.firebase.com https:\/\/cdnjs.cloudflare.com https:\/\/auth.firebase.com https:\/\/*.firebaseio.com https:\/\/facebook.com https:\/\/connect.facebook.net\/en_US\/sdk.js; object-src 'self' 'unsafe-eval' https:\/\/connect.facebook.net\/en_US\/sdk.js",
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery.js",
                "js\/lib\/jquery-ui.js",
                "js\/lib\/jquery_slimscroll.js",
                "js\/lib\/firebase.js",
                "js\/lib\/firebase-simple-login.js",
                "js\/lib\/TweenMax.min.js",
                "js\/app\/version.js",
                "js\/app\/mixpanel.js",
                "js\/app\/smallTask.js",
                "js\/app\/Danmaku.js",
                "js\/app\/functions.js",
                "js\/app\/view.js",
                "js\/app\/youtubeComment.js",
                "js\/app\/cookie.js",
                "js\/app\/inputBox.js",
                "js\/app\/sideMenu.js",
                "js\/app\/main.js"
            ],
            "css": [
                "css\/jquery-ui.css",
                "css\/customStyles.css",
                "css\/icomoon.css"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "browser_action": {
        "name": "Manipulate DOM",
        "default_icon": "images\/icon16.png",
        "default_title": "Tubegether (Click for more details)",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "",
        "tabs"
    ],
    "web_accessible_resources": [
        "css\/*",
        "images\/*",
        "js\/*",
        "newPopUp.html"
    ]
}