clipinc®
Hol Dir die Songs von Spotify als lupenreinen MP3-Mitschnitt auf Deine Festplatte!
什么是clipinc®?
clipinc®是由Tobit.Software开发的Chrome扩展程序,该扩展的主要功能是“Hol Dir die Songs von Spotify als lupenreinen MP3-Mitschnitt auf Deine Festplatte!”。
扩展截图
下载clipinc®扩展crx文件
下载clipinc®扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |