WatchDis

Show what you're watching on your Discord profile!

WatchDisとは何ですか?

WatchDisはhttps://watchdis.tvによって開発されたChromeの拡張機能で、その主な機能は「Show what you're watching on your Discord profile!」です。

拡張機能のスクリーンショット

screenshot
screenshot

WatchDis拡張機能のCRXファイルをダウンロード

WatchDis拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 WatchDis WatchDis
ID fdlcfnimjmkjlajpifhnehgeeiipgmfm
公式URL https://chromewebstore.google.com/detail/watchdis/fdlcfnimjmkjlajpifhnehgeeiipgmfm
説明 Show what you're watching on your Discord profile!
ファイルサイズ 155 KB
インストール数 194
現在のバージョン 1.0.3
最終更新日 2024-01-03
公開日 2024-01-01
評価 5.00/5 合計 2 レビュー
開発者 https://watchdis.tv
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://watchdis.tv
ヘルプページのURL https://watchdis.tv/discord
プライバシーポリシーページのURL https://gist.github.com/advaith1/444f92c5047e16cdcb6105125a7adaed
対応言語 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\/*"
            ]
        }
    ]
}