clipinc®
Hol Dir die Songs von Spotify als lupenreinen MP3-Mitschnitt auf Deine Festplatte!
clipinc® क्या है?
clipinc® Tobit.Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hol Dir die Songs von Spotify als lupenreinen MP3-Mitschnitt auf Deine Festplatte!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में clipinc® एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Jetzt kannst Du Deine Lieblingssongs und Playlists jederzeit, überall, werbefrei und unabhängig von Spotify hören. Ein Knopfdruck, und schon startet der Mitschnitt der Songs und Playlists, die Du bei Spotify hörst und legt sie als lupenreine MP3 auf Deiner Festplatte ab. Ein einfacher Spotify-Account genügt! Die Chrome-Erweiterung clipinc® for Spotify ist die neuste Ausgabe der führenden Mitschnitt-Software. Sie ermöglicht die kostenfreie und legale Aufzeichnung von Musik im Rahmen der Privatkopie nach §53 UrhG. Diese Open-Source-Software ist ein Experiment. Eine dauerhafte Funktion kann nicht garantiert werden. https://github.com/TobitSoftware/clipinc
एक्सटेंशन की मूल जानकारी
नाम | clipinc® |
ID | oppggbgnmeainpanihcbcdniomfobmec |
आधिकारिक URL | https://chromewebstore.google.com/detail/clipinc%C2%AE/oppggbgnmeainpanihcbcdniomfobmec |
विवरण | Hol Dir die Songs von Spotify als lupenreinen MP3-Mitschnitt auf Deine Festplatte! |
फ़ाइल का आकार | 217 KB |
स्थापना संख्या | 6,954 |
वर्तमान संस्करण | 1.12.12 |
अंतिम अपडेट | 2023-09-04 |
प्रकाशन तिथि | 2020-04-21 |
रेटिंग | 3.34/5 कुल 41 रेटिंग्स |
डेवलपर | Tobit.Software |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://clipinc.app/ |
समर्थित भाषाएँ | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Tobit.Software", "background": { "page": "background-page\/index.html", "persistent": true }, "browser_action": { "default_icon": { "16": "assets\/images\/clipinc-16.png", "32": "assets\/images\/clipinc-32.png", "48": "assets\/images\/clipinc-48.png", "128": "assets\/images\/clipinc-128.png" }, "default_popup": "popup\/index.html" }, "content_scripts": [ { "css": [ "content\/slider.css" ], "js": [ "content\/content.js" ], "matches": [ "https:\/\/open.spotify.com\/*" ] } ], "default_locale": "de", "description": "__MSG_description__", "icons": { "16": "assets\/images\/clipinc-16.png", "32": "assets\/images\/clipinc-32.png", "48": "assets\/images\/clipinc-48.png", "128": "assets\/images\/clipinc-128.png" }, "manifest_version": 2, "name": "__MSG_name__", "permissions": [ "tabs", "tabCapture", "activeTab", "storage", "downloads", "downloads.shelf", "notifications" ], "version": "1.12.12", "web_accessible_resources": [ "content\/inject.js" ] } |