Tenami

Tenami extends the Twitch watch party feature to include Netflix, YouTube, Disney+, and more.

Τι είναι το Tenami;

Το Tenami είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tenamitv, και η κύρια λειτουργία του είναι "Tenami extends the Twitch watch party feature to include Netflix, YouTube, Disney+, and more.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tenami allows you to host and join Twitch watch parties featuring Netflix, Crunchyroll, HBO Max, Disney+, and YouTube fully in line with Twitch’s DMCA Guidelines.

When you tune into a Twitch stream that's having a Tenami watch party, you will be able to seamlessly join watch parties featuring your favorite shows, perfectly in sync and adjusted for Twitch stream delay all at the click of a button.

To host your own watch party, simply click on the Tenami extension icon and select the video that you want to watch with your friends on Twitch, Discord, or in private.

For more information, please visit our website!

https://www.tenami.tv/                    

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

Όνομα Tenami Tenami
ID pcnhacefkmiiaohfeomepmkakclhbgkh
Επίσημο URL https://chromewebstore.google.com/detail/tenami/pcnhacefkmiiaohfeomepmkakclhbgkh
Περιγραφή Tenami extends the Twitch watch party feature to include Netflix, YouTube, Disney+, and more.
Μέγεθος Αρχείου 2.07 MB
Αριθμός Εγκαταστάσεων 37,677
Τρέχουσα Έκδοση 4.4.0
Τελευταία Ενημέρωση 2023-02-05
Ημερομηνία Δημοσίευσης 2021-02-13
Αξιολόγηση 4.80/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής tenamitv
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.tenami.tv
Διεύθυνση URL της Σελίδας Βοήθειας https://www.tenami.tv
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tenami",
    "version": "4.4.0",
    "icons": {
        "128": "images\/tenami_head_128.png"
    },
    "background": {
        "scripts": [
            "webpack\/background_bundle.js"
        ]
    },
    "description": "Tenami extends the Twitch watch party feature to include Netflix, YouTube, Disney+, and more.",
    "permissions": [
        "storage",
        "tabs",
        "system.display"
    ],
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tenami.tv\/*",
                "https:\/\/website-tenami-development.herokuapp.com\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "webpack\/extension_detector_bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.tenami.tv\/watch-parties\/redirect*"
            ],
            "js": [
                "webpack\/tenami_redirect_bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "include_globs": [
                "https:\/\/twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/m.twitch.tv\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "webpack\/twitchPort_bundle.js",
                "webpack\/notificationInjector_bundle.js"
            ],
            "css": [
                "css\/bulma.custom.prefixed.css",
                "css\/shadows.css",
                "css\/notificationAndOverlay.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*enabletenami=true*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.6.0.min.js",
                "webpack\/chatEmbedOverlay_bundle.js"
            ],
            "css": [
                "css\/bulma.custom.prefixed.css",
                "css\/shadows.css",
                "css\/notificationAndOverlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "include_globs": [
                "*live_chat*enabletenami=true*",
                "*embed*enabletenami=true*"
            ],
            "all_frames": true,
            "js": [
                "webpack\/youtubeChatPort_bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/static.crunchyroll.com\/*"
            ],
            "all_frames": true,
            "js": [
                "webpack\/crunchyrollPlayerPort_bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.crunchyroll.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/static.crunchyroll.com\/*"
            ],
            "js": [
                "webpack\/crunchyrollPort_bundle.js",
                "webpack\/notificationInjector_bundle.js"
            ],
            "css": [
                "css\/bulma.custom.prefixed.css",
                "css\/shadows.css",
                "css\/notificationAndOverlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "exclude_globs": [
                "*live_chat*enabletenami=true*",
                "*embed*enabletenami=true*"
            ],
            "js": [
                "webpack\/youtubePort_bundle.js",
                "webpack\/notificationInjector_bundle.js"
            ],
            "css": [
                "css\/bulma.custom.prefixed.css",
                "css\/shadows.css",
                "css\/notificationAndOverlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "webpack\/playerInjector_bundle.js",
                "webpack\/notificationInjector_bundle.js"
            ],
            "css": [
                "css\/bulma.custom.prefixed.css",
                "css\/shadows.css",
                "css\/notificationAndOverlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ],
            "js": [
                "webpack\/playerInjector_bundle.js",
                "webpack\/notificationInjector_bundle.js"
            ],
            "css": [
                "css\/bulma.custom.prefixed.css",
                "css\/shadows.css",
                "css\/notificationAndOverlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.disneyplus.com\/*"
            ],
            "js": [
                "webpack\/playerInjector_bundle.js",
                "webpack\/notificationInjector_bundle.js"
            ],
            "css": [
                "css\/bulma.custom.prefixed.css",
                "css\/shadows.css",
                "css\/notificationAndOverlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "include_globs": [
                "*player.twitch.tv*"
            ],
            "js": [
                "webpack\/twitchPopoutPlayerPort_bundle.js",
                "jquery-3.6.0.min.js"
            ],
            "css": [
                "css\/bulma.custom.prefixed.css",
                "css\/shadows.css",
                "css\/notificationAndOverlay.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.crunchyroll.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/beta.crunchyroll.com\/*"
            ],
            "js": [
                "webpack\/crunchyrollTheme_bundle.js"
            ],
            "css": [
                "css\/tenami_crunchyroll\/crunchyroll.css",
                "css\/tenami_crunchyroll\/theme-color.css",
                "css\/tenami_crunchyroll\/crunchyroll-theme.css",
                "css\/tenami_crunchyroll\/crunchyroll.episode.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.crunchyroll.com\/*"
            ],
            "js": [
                "webpack\/crunchyrollTheme_bundle.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/beta.crunchyroll.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.crunchyroll.com\/*",
                "*:\/\/crunchyroll.com\/*"
            ],
            "css": [
                "css\/tenami_crunchyroll\/crunchyroll-beta.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.ico",
        "images\/*.jpg",
        "webpack\/netflixPort_bundle.js",
        "webpack\/hboPort_bundle.js",
        "webpack\/disneyPort_bundle.js",
        "css\/notificationAndOverlay.css",
        "images\/copy-regular-white.svg",
        "images\/chevron-*-grey-light.svg",
        "images\/theater-mode-white.svg",
        "images\/bug-white.svg",
        "images\/clapperboard-white.svg"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tenami.tv\/*",
            "*:\/\/*.tenami.live\/*",
            "*:\/\/*.twitch.tv\/*",
            "*:\/\/*.ext-twitch.tv\/*",
            "*:\/\/*.netflix.com\/*",
            "*:\/\/*.youtube.com\/*",
            "*:\/\/*.crunchyroll.com\/*",
            "*:\/\/*.hbomax.com\/*",
            "*:\/\/*.disneyplus.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "images\/tenami_head_128.png",
        "default_title": "Tenami",
        "default_popup": "popup\/tenami_popup.html"
    }
}