clipinc®
Hol Dir die Songs von Spotify als lupenreinen MP3-Mitschnitt auf Deine Festplatte!
clipinc® là gì?
clipinc® là một tiện ích mở rộng Chrome được phát triển bởi Tobit.Software, và tính năng chính của nó là "Hol Dir die Songs von Spotify als lupenreinen MP3-Mitschnitt auf Deine Festplatte!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng clipinc®
Tải xuống các tệp mở rộng clipinc® dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | clipinc® |
ID | oppggbgnmeainpanihcbcdniomfobmec |
URL Chính Thức | https://chromewebstore.google.com/detail/clipinc%C2%AE/oppggbgnmeainpanihcbcdniomfobmec |
Mô tả | Hol Dir die Songs von Spotify als lupenreinen MP3-Mitschnitt auf Deine Festplatte! |
Kích Thước Tệp | 217 KB |
Số Lần Cài Đặt | 6,954 |
Phiên Bản Hiện Tại | 1.12.12 |
Cập Nhật Lần Cuối | 2023-09-04 |
Ngày Phát Hành | 2020-04-21 |
Đánh Giá | 3.34/5 Tổng số 41 Đánh Giá |
Nhà Phát Triển | Tobit.Software |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://clipinc.app/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |