Netflix Party is now Teleparty

Netflix Party is now Teleparty

Watch Netflix, Youtube, Disney Plus, Max and more in sync with friends

Additional files are visible only to premium users

manifest.json


{
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "optional_permissions": [
    "*://*/*"
  ],
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "4.6.0",
  "default_locale": "en",
  "content_security_policy": "frame-src http://localhost:3000/ https://redirect.teleparty.com/ https://teleparty-auth---test.firebaseapp.com/ https://teleparty-mobile.firebaseapp.com/; script-src 'self' https://www.gstatic.com/ https://apis.google.com https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": {
      "19": "img/icon.png",
      "38": "img/icon.png"
    },
    "default_title": "__MSG_extName__",
    "default_popup": "popup_react.html"
  },
  "background": {
    "scripts": [
      "background_service_bundled.js"
    ]
  },
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "web_accessible_resources": [
    "img/*.svg",
    "img/*.png",
    "img/*.jpg",
    "img/*.gif",
    "web/*",
    "content_scripts/hbo_max/hbo_max_injected_bundled.js",
    "content_scripts/max/max_injected_bundled.js",
    "content_scripts/amazon/amazon_injected_bundled.js",
    "content_scripts/hulu/hulu_injected_bundled.js",
    "content_scripts/youtube/youtube_injected_bundled.js",
    "content_scripts/netflix/netflix_injected_bundled.js",
    "content_scripts/disney/disney_injected_bundled.js",
    "content_scripts/disneymena/disneymena_injected_bundled.js",
    "content_scripts/starplus/starplus_injected_bundled.js",
    "content_scripts/crunchyroll/crunchyroll_injected_bundled.js",
    "content_scripts/espn/espn_injected_bundled.js",
    "content_scripts/paramount/paramount_injected_bundled.js",
    "content_scripts/hotstar/hotstar_injected_bundled.js",
    "content_scripts/peacock/peacock_injected_bundled.js",
    "content_scripts/funimation/funimation_injected_bundled.js",
    "content_scripts/plutotv/plutotv_injected_bundled.js",
    "content_scripts/appletv/appletv_injected_bundled.js",
    "content_scripts/tubitv/tubitv_injected_bundled.js",
    "content_scripts/jio_cinema/jio_cinema_injected_bundled.js",
    "content_scripts/stan/stan_injected_bundled.js",
    "content_scripts/crave/crave_injected_bundled.js",
    "content_scripts/sling/sling_injected_bundled.js",
    "content_scripts/fubo/fubo_injected_bundled.js",
    "content_scripts/philo/philo_injected_bundled.js",
    "content_scripts/viki/viki_injected_bundled.js",
    "browse_scripts/disney/disney_browse_bundled.js",
    "browse_scripts/disney/disney_browse_injected_bundled.js",
    "browse_scripts/hulu/hulu_browse_bundled.js",
    "browse_scripts/hulu/hulu_browse_injected_bundled.js",
    "browse_scripts/netflix/netflix_browse_bundled.js",
    "browse_scripts/netflix/netflix_browse_injected_bundled.js",
    "browse_scripts/hotstar/hotstar_browse_bundled.js",
    "browse_scripts/hotstar/hotstar_browse_injected_bundled.js",
    "browse_scripts/amazon/amazon_browse_bundled.js",
    "browse_scripts/amazon/amazon_browse_injected_bundled.js",
    "browse_scripts/crunchyroll/crunchyroll_browse_bundled.js",
    "browse_scripts/crunchyroll/crunchyroll_browse_injected_bundled.js",
    "browse_scripts/viki/viki_browse_bundled.js",
    "browse_scripts/viki/viki_browse_injected_bundled.js",
    "browse_scripts/appletv/appletv_browse_bundled.js",
    "browse_scripts/appletv/appletv_browse_injected_bundled.js",
    "browse_scripts/peacock/peacock_browse_bundled.js",
    "browse_scripts/peacock/peacock_browse_injected_bundled.js",
    "browse_scripts/paramount/paramount_browse_bundled.js",
    "browse_scripts/paramount/paramount_browse_injected_bundled.js",
    "browse_scripts/funimation/funimation_browse_bundled.js",
    "browse_scripts/funimation/funimation_browse_injected_bundled.js",
    "browse_scripts/tubitv/tubitv_browse_bundled.js",
    "browse_scripts/tubitv/tubitv_browse_injected_bundled.js",
    "browse_scripts/plutotv/plutotv_browse_bundled.js",
    "browse_scripts/plutotv/plutotv_browse_injected_bundled.js",
    "browse_scripts/max/max_browse_bundled.js",
    "browse_scripts/max/max_browse_injected_bundled.js",
    "content_scripts/viki/viki_injected_bundled.js",
    "content_scripts/spotify/spotify_injected_bundled.js",
    "html/*.html",
    "css/*",
    "browse_bundled.js"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}