ScrewMyCode.in: Pitch control for YouTube
Slow down and speed up videos directly on YouTube like you would on a turntable.
ScrewMyCode.in: Pitch control for YouTubeとは何ですか?
ScrewMyCode.in: Pitch control for YouTubeはBamdadによって開発されたChromeの拡張機能で、その主な機能は「Slow down and speed up videos directly on YouTube like you would on a turntable.」です。
拡張機能のスクリーンショット
ScrewMyCode.in: Pitch control for YouTube拡張機能のCRXファイルをダウンロード
ScrewMyCode.in: Pitch control for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
## 📖 Description Slow down and speed up videos directly on YouTube like you would on a turntable. ### ⚙️ Use either - Popup settings - Embedded controls ### 📣 Share to - Users of the extension with the dynamic YouTube URL - Other users through the dedicated website ScrewMyCode.in
拡張機能の基本情報
名前 | ScrewMyCode.in: Pitch control for YouTube |
ID | lnoedjelpkmhegefhhjljmggjdicnbaa |
公式URL | https://chromewebstore.google.com/detail/screwmycodein-pitch-contr/lnoedjelpkmhegefhhjljmggjdicnbaa |
説明 | Slow down and speed up videos directly on YouTube like you would on a turntable. |
ファイルサイズ | 177 KB |
インストール数 | 377 |
現在のバージョン | 2.4.0 |
最終更新日 | 2022-08-06 |
公開日 | 2022-02-23 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | Bamdad |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/bamdadsabbagh/screwmycode-in--extension |
ヘルプページのURL | https://github.com/bamdadsabbagh/screwmycode-in--extension/issues |
プライバシーポリシーページのURL | https://github.com/bamdadsabbagh/bamdadsabbagh/wiki/Privacy-Policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.4.0", "name": "ScrewMyCode.in: Pitch control for YouTube", "short_name": "ScrewMyCode.in", "description": "Slow down and speed up videos directly on YouTube like you would on a turntable.", "icons": { "128": "assets\/icon-128.png" }, "action": { "default_icon": { "128": "assets\/icon-128.png" }, "default_title": "ScrewMyCode.in", "default_popup": "popup\/index.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "scripts\/content.js" ], "run_at": "document_start", "all_frames": false } ], "permissions": [ "storage", "tabs" ] } |