Concert

Concert. Party with a hashtag!

Τι είναι το Concert;

Το Concert είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://youtubeconcert.com, και η κύρια λειτουργία του είναι "Concert. Party with a hashtag!".

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

screenshot
screenshot

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

Λήψη αρχείων επέκτασης Concert σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Party with a #hashtag.
Play the same youtube videos on many computers. Control , play or pause them as you desire. Be your party's own DJ.House parties will never be the same again. With just a hashtag you can broadcast one single video on multiple devices. You're just a hashtag away from creating your own house-concert.

*** To Create your Concert
Once you have added Concert Extension to Chrome. Go to the first youtube video you wan't to play. Add your concert name at the end of the url as a hashtag. Don't forget to add another # at the end and Press Enter ↵. The # at the end ensures that you want to start a new concert. Ask your friends to join your concert Now enjoy the effect on many screens at once.

*** To Join someone's Concert
Once you have added Concert Extension to Chrome. Just add your friend's concert hashtag ONCE to any youtube url and press enter ↵                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Concert Concert
ID gbopepfdcaaccigflmmbddchgcjcinbe
Επίσημο URL https://chromewebstore.google.com/detail/concert/gbopepfdcaaccigflmmbddchgcjcinbe
Περιγραφή Concert. Party with a hashtag!
Μέγεθος Αρχείου 82.39 KB
Αριθμός Εγκαταστάσεων 58
Τρέχουσα Έκδοση 0.9.1
Τελευταία Ενημέρωση 2015-07-15
Ημερομηνία Δημοσίευσης 2015-07-15
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://youtubeconcert.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.youtubeconcert.com
Διεύθυνση URL της Σελίδας Βοήθειας http://www.youtubeconcert.com#contact
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Concert",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Concert. Party with a hashtag!",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/youtubeconcert.com\/",
    "version": "0.9.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "Concert"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}