WatchDis
Show what you're watching on your Discord profile!
¿Qué es WatchDis?
WatchDis es una extensión de Chrome desarrollada por https://watchdis.tv, y su función principal es "Show what you're watching on your Discord profile!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión WatchDis
Descarga archivos de extensión WatchDis en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
WatchDis lets you show your status for various streaming and video platforms (including Netflix, Disney+, Max, and YouTube) on Discord, with a "Watching" status and Rich Presence! No desktop app required. Simple Setup Just add the extension to your browser, log in with Discord, and you're set! You don't need to download or run anything else. Configuration Easily toggle each service or quickly disable the whole extension with a simple UI. Watching Status People can quickly see what show or movie you're watching, without even opening your profile. WatchDis sets a "Watching" status, not "Playing". Rich Presence Your profile shows the episode or movie info, the image, and buttons to watch the show and view information. Safe WatchDis abides by Discord's ToS and is safe to use. It runs securely in your browser.
Información Básica de la Extensión
Nombre | |
ID | fdlcfnimjmkjlajpifhnehgeeiipgmfm |
URL Oficial | https://chromewebstore.google.com/detail/watchdis/fdlcfnimjmkjlajpifhnehgeeiipgmfm |
Descripción | Show what you're watching on your Discord profile! |
Tamaño del Archivo | 155 KB |
Cantidad de Instalaciones | 194 |
Versión Actual | 1.0.3 |
Última Actualización | 2024-01-03 |
Fecha de Publicación | 2024-01-01 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://watchdis.tv |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://watchdis.tv |
URL de la Página de Ayuda | https://watchdis.tv/discord |
URL de la Página de Política de Privacidad | https://gist.github.com/advaith1/444f92c5047e16cdcb6105125a7adaed |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WatchDis", "description": "Show what you're watching on your Discord profile!", "version": "1.0.3", "manifest_version": 3, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage", "scripting", "alarms" ], "host_permissions": [ "https:\/\/www.youtube.com\/", "https:\/\/www.disneyplus.com\/", "https:\/\/disney.content.edge.bamgrid.com\/", "https:\/\/default.prd.api.max.com\/", "https:\/\/www.netflix.com\/", "https:\/\/discover.hulu.com\/" ], "action": { "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "login.html" ], "matches": [ "https:\/\/discord.com\/*" ] } ] } |