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ファイルをダウンロード

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® 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
Eメール [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"
    ]
}