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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον WispyTech, και η κύρια λειτουργία του είναι "YouTube party lets you sync your YouTube experience with friends. Watch, play and seek videos with friends over the internet.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης YouTube Party

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
            ]
        }
    ]
}