Slowed
Rediscover songs by slowing down YouTube videos. Get nostalgic with lo-fi filters. Sink on stunning visuals. ✓ Slow control ✓ 1…
Slowed란 무엇입니까?
Slowed은(는) https://slowed.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rediscover songs by slowing down YouTube videos. Get nostalgic with lo-fi filters. Sink on stunning visuals. ✓ Slow control ✓ 1…"입니다.
확장 프로그램 스크린샷
Slowed 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Rediscover songs by slowing down YouTube videos. Get nostalgic with lo-fi filters. Sink on stunning visuals. ✓ Slow control ✓ 1 Reverb modes ✓ 3 Video effects 🔒 Unlimited reverb modes 🔒 Unlimited video effects 🔒 Low pass mode 🔒 Lofi tape mode 🔒 Dark mode 🔒 Shortcuts
확장 프로그램 기본 정보
이름 | Slowed |
ID | gljimdoibfdibckkdmcciihdkbmdjmbc |
공식 URL | https://chromewebstore.google.com/detail/slowed/gljimdoibfdibckkdmcciihdkbmdjmbc |
설명 | Rediscover songs by slowing down YouTube videos. Get nostalgic with lo-fi filters. Sink on stunning visuals. ✓ Slow control ✓ 1… |
파일 크기 | 2.69 MB |
설치 횟수 | 2,000 |
현재 버전 | 0.9.1 |
최근 업데이트 | 2024-02-18 |
출시 날짜 | 2021-09-02 |
평점 | 4.28/5 총 43 개의 평점 |
개발자 | https://slowed.app |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.slowed.app |
도움말 페이지 URL | https://www.slowed.app/help |
개인정보 보호 정책 페이지 URL | https://www.slowed.app/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slowed", "version": "0.9.1", "manifest_version": 3, "description": "", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "storage", "identity", "identity.email", "alarms" ], "host_permissions": [ "*:\/\/www.youtube.com\/*", "*:\/\/music.youtube.com\/*" ], "commands": { "low-pass-mode-toggle": { "description": "Low pass mode toggle" }, "lofi-tape-mode-toggle": { "description": "Lofi tape mode toggle" }, "speed-up": { "description": "Speed up" }, "slow-down": { "description": "Slow down" }, "slowed-toggle": { "description": "Activate the extension" } }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/music.youtube.com\/*" ], "js": [ "global.js", "youtubeContent.js" ], "css": [ "youtubeContent.css" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "*:\/\/slowed.app\/*", "*:\/\/www.slowed.app\/*" ], "js": [ "global.js", "slowedContent.js" ], "run_at": "document_end", "all_frames": false } ], "action": { "default_title": "Slowed", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "tapeHiss.mp3", "datorroReverb.js", "mp3Encoder.js" ], "matches": [ " |