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ファイルをダウンロード
Slowed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |