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!"입니다.

확장 프로그램 스크린샷

screenshot

clipinc® 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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® 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"
    ]
}