WatchDis
Show what you're watching on your Discord profile!
WatchDis là gì?
WatchDis là một tiện ích mở rộng Chrome được phát triển bởi https://watchdis.tv, và tính năng chính của nó là "Show what you're watching on your Discord profile!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WatchDis
Tải xuống các tệp mở rộng WatchDis dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fdlcfnimjmkjlajpifhnehgeeiipgmfm |
URL Chính Thức | https://chromewebstore.google.com/detail/watchdis/fdlcfnimjmkjlajpifhnehgeeiipgmfm |
Mô tả | Show what you're watching on your Discord profile! |
Kích Thước Tệp | 155 KB |
Số Lần Cài Đặt | 194 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2024-01-03 |
Ngày Phát Hành | 2024-01-01 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://watchdis.tv |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://watchdis.tv |
URL Trang Trợ Giúp | https://watchdis.tv/discord |
URL Trang Chính Sách Bảo Mật | https://gist.github.com/advaith1/444f92c5047e16cdcb6105125a7adaed |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |