WatchDis
Show what you're watching on your Discord profile!
Was ist WatchDis?
WatchDis ist eine Chrome-Erweiterung, die von https://watchdis.tv entwickelt wurde, und ihr Hauptmerkmal ist "Show what you're watching on your Discord profile!".
Erweiterungsscreenshots
WatchDis-Erweiterungs-CRX-Datei herunterladen
Laden Sie WatchDis-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fdlcfnimjmkjlajpifhnehgeeiipgmfm |
Offizielle URL | https://chromewebstore.google.com/detail/watchdis/fdlcfnimjmkjlajpifhnehgeeiipgmfm |
Beschreibung | Show what you're watching on your Discord profile! |
Dateigröße | 155 KB |
Installationsanzahl | 194 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2024-01-03 |
Veröffentlichungsdatum | 2024-01-01 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://watchdis.tv |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://watchdis.tv |
Hilfeseite URL | https://watchdis.tv/discord |
URL der Datenschutzrichtlinien-Seite | https://gist.github.com/advaith1/444f92c5047e16cdcb6105125a7adaed |
Unterstützte Sprachen | 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\/*" ] } ] } |