SoundCloud Cut & Share

Cut SoundCloud tracks and share your favorite parts.

Was ist SoundCloud Cut & Share?

SoundCloud Cut & Share ist eine Chrome-Erweiterung, die von Awesome Extensions entwickelt wurde, und ihr Hauptmerkmal ist "Cut SoundCloud tracks and share your favorite parts.".

Erweiterungsscreenshots

screenshot
screenshot

SoundCloud Cut & Share-Erweiterungs-CRX-Datei herunterladen

Laden Sie SoundCloud Cut & Share-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name SoundCloud Cut & Share SoundCloud Cut & Share
ID eegiainfcjdgheoklhghccnoillnlpjc
Offizielle URL https://chromewebstore.google.com/detail/soundcloud-cut-share/eegiainfcjdgheoklhghccnoillnlpjc
Beschreibung Cut SoundCloud tracks and share your favorite parts.
Dateigröße 202 KB
Installationsanzahl 94
Aktuelle Version 1.0.2
Letztes Update 2023-01-09
Veröffentlichungsdatum 2022-07-25
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler Awesome Extensions
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://soundcloudshare.onrender.com
Hilfeseite URL https://soundcloudshare.onrender.com
Unterstützte Sprachen 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"
}