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!”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 |
电子邮箱 | [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\/*" ] } ] } |