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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |