YouTube With Friends

YouTube With Friends allows you and friends to watch synchronized YouTube videos together.

YouTube With Friendsคืออะไร?

YouTube With Friends เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Steven Te และคุณลักษณะหลักของมันคือ "YouTube With Friends allows you and friends to watch synchronized YouTube videos together."

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

screenshot
screenshot
screenshot

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

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

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

                        Watch YouTube Videos with your family and friends!

To sync up video playback, all you need to do is:
1) Find a video you want to watch. Create the party using the 'Start Watching' button.
2) Send the link provided in the extension to all your friends you want to watch with. Make sure those viewing all have the YouTube With Friends Chrome Extension downloaded and installed. Upon joining the link, also make sure they click on the red YouTube With Friends logo.
3) Once everyone has joined the party, use the video player normally either with your mouse or keyboard to control the party's video playback and sync up!

Like the extension? Buy me a coffee! (Of course, you don't have to.) - buymeacoff.ee/stevente

UI Design by Justin Rockmore

Change Log:

03/10/21 Update 1.2.4.0 - Fixed bug where users couldn't join sessions because of Chrome Update 64 where YouTube URL is shortened.

09/26/20 Update 1.2.3.5 - Fixed bug where some users are unable to join sessions because of URL parsing error.

06/19/20 Update 1.2.3.1 - Fixed bug where update message wouldnt display properly.

05/23/20 Update 1.2.3.0 - Dark Mode, Merged party-room and settings into one view, fixed separate video non-leave bug.

05/18/20 Update 1.2.2.0 - Big UI Changes.

05/12/20 Update 1.2.1.5 - Logo change and UI changes.

05/10/20 Update 1.2.1.0 - Fixed bug where some names would cause avatars to duplicate in room view.

05/09/20 Update 1.2.0.0 - Added 'Party Room' to allow you to see who's in the party with you.

05/04/20 Update 1.1.1.1 - Added Settings page to allow user to change username and see who's in control of the video. Username also saves to storage.

05/01/20 Update 1.0.2.1 - Fixed bug that sends out non-altering syncs.

04/30/20 Update 1.0.2.0 - Added 'Only I have control' button for one user to control all session video playbacks. Video also synchronizes with session upon joining.                    

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

ชื่อ YouTube With Friends YouTube With Friends
ID boifjkmdjemnjadceofnlcnnfmjfjcoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-with-friends/boifjkmdjemnjadceofnlcnnfmjfjcoj
คำอธิบาย YouTube With Friends allows you and friends to watch synchronized YouTube videos together.
ขนาดไฟล์ 310 KB
จำนวนการติดตั้ง 47,756
เวอร์ชันปัจจุบัน 1.2.4.0
อัปเดตครั้งล่าสุด 2021-03-14
วันที่เผยแพร่ 2020-06-20
คะแนน 3.95/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา Steven Te
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube With Friends",
    "version": "1.2.4.0",
    "description": "YouTube With Friends allows you and friends to watch synchronized YouTube videos together.",
    "permissions": [
        "declarativeContent",
        "activeTab",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "16": "images\/ywflogo16.png",
            "48": "images\/ywflogo48.png",
            "128": "images\/ywflogo128.png"
        },
        "default_title": "YouTube With Friends",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/ywflogo16.png",
        "48": "images\/ywflogo48.png",
        "128": "images\/ywflogo128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net; object-src 'self'"
}