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 là gì?
ScrewMyCode.in: Pitch control for YouTube là một tiện ích mở rộng Chrome được phát triển bởi Bamdad, và tính năng chính của nó là "Slow down and speed up videos directly on YouTube like you would on a turntable.".
Ả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 ScrewMyCode.in: Pitch control for YouTube
Tải xuống các tệp mở rộng ScrewMyCode.in: Pitch control for YouTube 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
## 📖 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ScrewMyCode.in: Pitch control for YouTube |
ID | lnoedjelpkmhegefhhjljmggjdicnbaa |
URL Chính Thức | https://chromewebstore.google.com/detail/screwmycodein-pitch-contr/lnoedjelpkmhegefhhjljmggjdicnbaa |
Mô tả | Slow down and speed up videos directly on YouTube like you would on a turntable. |
Kích Thước Tệp | 177 KB |
Số Lần Cài Đặt | 377 |
Phiên Bản Hiện Tại | 2.4.0 |
Cập Nhật Lần Cuối | 2022-08-06 |
Ngày Phát Hành | 2022-02-23 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Bamdad |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/bamdadsabbagh/screwmycode-in--extension |
URL Trang Trợ Giúp | https://github.com/bamdadsabbagh/screwmycode-in--extension/issues |
URL Trang Chính Sách Bảo Mật | https://github.com/bamdadsabbagh/bamdadsabbagh/wiki/Privacy-Policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |