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 |
官方網址 | 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" ] } |