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文件

下载SoundCloud Cut & Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}