SoundCloud Cut & Share
Cut SoundCloud tracks and share your favorite parts.
SoundCloud Cut & Share là gì?
SoundCloud Cut & Share là một tiện ích mở rộng Chrome được phát triển bởi Awesome Extensions, và tính năng chính của nó là "Cut SoundCloud tracks and share your favorite parts.".
Ả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 SoundCloud Cut & Share
Tải xuống các tệp mở rộng SoundCloud Cut & Share 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
Cut SoundCloud tracks into segments and share them with your friends. Extension works only on the page with track and a wafeform! - Unlimited cuts - Synced history of all your segments - Easy to share - Easy to add shared segments to your own collection Does not gather any personal information Does not have access to browsing history Does not work in incognito mode Has access only to soundcloud.com domain and to a homepage. Free. Safe. Stable. I'd love to hear your feedback. Thanks!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SoundCloud Cut & Share |
ID | eegiainfcjdgheoklhghccnoillnlpjc |
URL Chính Thức | https://chromewebstore.google.com/detail/soundcloud-cut-share/eegiainfcjdgheoklhghccnoillnlpjc |
Mô tả | Cut SoundCloud tracks and share your favorite parts. |
Kích Thước Tệp | 202 KB |
Số Lần Cài Đặt | 94 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2023-01-09 |
Ngày Phát Hành | 2022-07-25 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Awesome Extensions |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://soundcloudshare.onrender.com |
URL Trang Trợ Giúp | https://soundcloudshare.onrender.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SoundCloud Cut & Share", "version": "1.0.2", "action": { "default_icon": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "default_popup": "popup\/index.html", "default_title": "SoundCloud Cut & Share" }, "description": "Cut SoundCloud tracks and share your favorite parts.", "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "author": "Ilya Zaytsev", "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "js": [ "content\/content-script.js" ], "matches": [ "https:\/\/*.soundcloud.com\/*", "https:\/\/soundcloudshare.onrender.com\/*" ] } ], "incognito": "not_allowed", "offline_enabled": false, "host_permissions": [ "https:\/\/soundcloud.com\/" ], "permissions": [ "storage" ], "short_name": "Soundcloud Cut & Share" } |