WatchDis

Show what you're watching on your Discord profile!

Qu'est-ce que WatchDis ?

WatchDis est une extension Chrome développée par https://watchdis.tv, et sa fonction principale est "Show what you're watching on your Discord profile!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WatchDis

Téléchargez les fichiers d'extension WatchDis au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WatchDis WatchDis
ID fdlcfnimjmkjlajpifhnehgeeiipgmfm
URL Officiel https://chromewebstore.google.com/detail/watchdis/fdlcfnimjmkjlajpifhnehgeeiipgmfm
Description Show what you're watching on your Discord profile!
Taille du Fichier 155 KB
Nombre d'Installations 194
Version Actuelle 1.0.3
Dernière Mise à Jour 2024-01-03
Date de Publication 2024-01-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://watchdis.tv
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://watchdis.tv
URL de la Page d'Aide https://watchdis.tv/discord
URL de la Page de Politique de Confidentialité https://gist.github.com/advaith1/444f92c5047e16cdcb6105125a7adaed
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}