SoundCloud Cut & Share
Cut SoundCloud tracks and share your favorite parts.
SoundCloud Cut & Share क्या है?
SoundCloud Cut & Share Awesome Extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cut SoundCloud tracks and share your favorite parts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SoundCloud Cut & Share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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! एक्सटेंशन की मूल जानकारी
| नाम | |
| 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"
} | |