YouTube Party

YouTube party lets you sync your YouTube experience with friends. Watch, play and seek videos with friends over the internet.

什麼是YouTube Party?

YouTube Party是由WispyTech開發的Chrome擴展程式,該擴展的主要功能是“YouTube party lets you sync your YouTube experience with friends. Watch, play and seek videos with friends over the internet.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載YouTube Party擴展crx文件

下載YouTube Party擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        YouTube party lets you sync your YouTube experience with friends. Watch, play and seek videos with friends over the internet.

Watch YouTube Videos with your friends and family during quarantine!

The steps are simple:
* You and friends install the extension.
* Press the extension's icon on the top right of your browser.
* Start a session.
* Give your friends the generated YouTube link.
* Have them just navigate to the link in the browser. 
* Enjoy watching YouTube together!

You like the extension? buy me a coffee (btw, you don't have to <3) - https://www.buymeacoffee.com/yezenalnafei


----
Release Notes:
We always listen to your feedback and make it happen.

v0.5.1:
* Fixes an issue when YouTube redirects the url without party ID
* Minor improvements

v0.5.0:
* Adds indicator to show if the YouTube party is on/active.    
* Minor improvements

v0.4.0:
* Redesigned layout 
* Minor improvements

v0.3.0:
* Only change the url when its a watch one.
* Don't worry about not being in sync with friends when they seek due to slow/bad internet, now we put a mechanism to sync everybody at the same time.
* Reduced package size.                    

擴展基本資訊

名稱 YouTube Party YouTube Party
ID pcdocoohpenibkkkfigkgelhpbeogimb
官方網址 https://chromewebstore.google.com/detail/youtube-party/pcdocoohpenibkkkfigkgelhpbeogimb
簡介 YouTube party lets you sync your YouTube experience with friends. Watch, play and seek videos with friends over the internet.
檔案大小 176 KB
安裝次數 10,012
目前版本 0.5.2
更新時間 2021-07-09
上架時間 2020-06-23
評分 4.06/5 共 32 次評分
開發者 WispyTech
電子郵箱 [email protected]
付費類型 free
擴展官網 https://wispytech.com/youtube-party.html
隱私政策頁面URL https://wispytech.com/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Party",
    "version": "0.5.2",
    "manifest_version": 2,
    "description": "YouTube party lets you sync your YouTube experience with friends. Watch, play and seek videos with friends over the internet.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "YouTube Party",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/*.youtube.com\/*",
        "http:\/\/*.youtube.com\/*"
    ],
    "content_security_policy": "style-src 'self' 'unsafe-inline'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}