SoundCloud Cut & Share

Cut SoundCloud tracks and share your favorite parts.

SoundCloud Cut & Share란 무엇입니까?

SoundCloud Cut & Share은(는) Awesome Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cut SoundCloud tracks and share your favorite parts."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SoundCloud Cut & Share 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 SoundCloud Cut & Share SoundCloud Cut & Share
ID eegiainfcjdgheoklhghccnoillnlpjc
공식 URL https://chromewebstore.google.com/detail/soundcloud-cut-share/eegiainfcjdgheoklhghccnoillnlpjc
설명 Cut SoundCloud tracks and share your favorite parts.
파일 크기 202 KB
설치 횟수 94
현재 버전 1.0.2
최근 업데이트 2023-01-09
출시 날짜 2022-07-25
평점 4.50/5 총 2 개의 평점
개발자 Awesome Extensions
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://soundcloudshare.onrender.com
도움말 페이지 URL https://soundcloudshare.onrender.com
지원되는 언어 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"
}