Recordify Title Discover

Reads title and track information from several streaming services, and provides these to the Recordify Windows Desktop application

Recordify Title Discover là gì?

Recordify Title Discover là một tiện ích mở rộng Chrome được phát triển bởi Abelssoft GmbH, và tính năng chính của nó là "Reads title and track information from several streaming services, and provides these to the Recordify Windows Desktop application".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Recordify Title Discover

Tải xuống các tệp mở rộng Recordify Title Discover 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

                        Allows to read the track information from streaming websites, and feeds that into the Abelssoft Recordify program.

Recodify was developed to record music from music streaming services in high quality. The software also offers the option to record as „Stereo Mix“ : With the additional recording function "Stereo Mix", you can also record anything else that is being played on your PC speakers.

This extension is a companion extension to the Windows Desktop-Application "Recordify" from Abelssoft.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Recordify Title Discover Recordify Title Discover
ID kkgbclpocodjecojibeaaglcgndegljl
URL Chính Thức https://chromewebstore.google.com/detail/recordify-title-discover/kkgbclpocodjecojibeaaglcgndegljl
Mô tả Reads title and track information from several streaming services, and provides these to the Recordify Windows Desktop application
Kích Thước Tệp 21.12 KB
Số Lần Cài Đặt 33,335
Phiên Bản Hiện Tại 0.6.5
Cập Nhật Lần Cuối 2023-11-17
Ngày Phát Hành 2020-05-07
Đánh Giá 2.84/5 Tổng số 25 Đánh Giá
Nhà Phát Triển Abelssoft GmbH
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.abelssoft.de/de/windows/Multimedia/Recordify
URL Trang Trợ Giúp http://www.abelssoft.de/kontakt
URL Trang Chính Sách Bảo Mật https://www.abelssoft.de/de/datenschutz
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recordify Title Discover",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.6.5",
    "author": "Abelssoft",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Recordify Title Discover"
    },
    "homepage_url": "https:\/\/www.abelssoft.de\/en\/windows\/Multimedia\/Recordify",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.google.com\/music\/*"
            ],
            "js": [
                "RecordifyCompanion.js",
                "PlayMusicReader.js",
                "RecordifyCompanionCaller.js"
            ]
        },
        {
            "matches": [
                "*:\/\/open.spotify.com\/*"
            ],
            "js": [
                "RecordifyCompanion.js",
                "SpotifyMusicReader.js",
                "RecordifyCompanionCaller.js"
            ]
        },
        {
            "matches": [
                "*:\/\/music.amazon.com\/*"
            ],
            "js": [
                "RecordifyCompanion.js",
                "AmazonMusicReader.js",
                "RecordifyCompanionCaller.js"
            ]
        },
        {
            "matches": [
                "*:\/\/music.amazon.de\/*"
            ],
            "js": [
                "RecordifyCompanion.js",
                "AmazonMusicReader.js",
                "RecordifyCompanionCaller.js"
            ]
        },
        {
            "matches": [
                "*:\/\/music.amazon.fr\/*"
            ],
            "js": [
                "RecordifyCompanion.js",
                "AmazonMusicReader.js",
                "RecordifyCompanionCaller.js"
            ]
        },
        {
            "matches": [
                "*:\/\/music.amazon.es\/*"
            ],
            "js": [
                "RecordifyCompanion.js",
                "AmazonMusicReader.js",
                "RecordifyCompanionCaller.js"
            ]
        },
        {
            "matches": [
                "*:\/\/music.amazon.it\/*"
            ],
            "js": [
                "RecordifyCompanion.js",
                "AmazonMusicReader.js",
                "RecordifyCompanionCaller.js"
            ]
        },
        {
            "matches": [
                "*:\/\/music.amazon.co.jp\/*"
            ],
            "js": [
                "RecordifyCompanion.js",
                "AmazonMusicReader.js",
                "RecordifyCompanionCaller.js"
            ]
        },
        {
            "matches": [
                "*:\/\/music.amazon.in\/*"
            ],
            "js": [
                "RecordifyCompanion.js",
                "AmazonMusicReader.js",
                "RecordifyCompanionCaller.js"
            ]
        },
        {
            "matches": [
                "*:\/\/music.amazon.co.uk\/*"
            ],
            "js": [
                "RecordifyCompanion.js",
                "AmazonMusicReader.js",
                "RecordifyCompanionCaller.js"
            ]
        },
        {
            "matches": [
                "*:\/\/music.amazon.com.au\/*"
            ],
            "js": [
                "RecordifyCompanion.js",
                "AmazonMusicReader.js",
                "RecordifyCompanionCaller.js"
            ]
        },
        {
            "matches": [
                "*:\/\/music.amazon.ca\/*"
            ],
            "js": [
                "RecordifyCompanion.js",
                "AmazonMusicReader.js",
                "RecordifyCompanionCaller.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.deezer.com\/*"
            ],
            "js": [
                "RecordifyCompanion.js",
                "DeezerReader.js",
                "RecordifyCompanionCaller.js"
            ]
        },
        {
            "matches": [
                "*:\/\/music.apple.com\/*"
            ],
            "js": [
                "RecordifyCompanion.js",
                "AppleMusicReader.js",
                "RecordifyCompanionCaller.js"
            ]
        }
    ],
    "background": {
        "service_worker": "PlayMusicReaderBackground.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/localhost:60024\/",
        "http:\/\/localhost:60023\/",
        "*:\/\/open.spotify.com\/*",
        "*:\/\/play.google.com\/music\/*",
        "*:\/\/music.amazon.com\/*",
        "*:\/\/music.amazon.de\/*",
        "*:\/\/music.amazon.fr\/*",
        "*:\/\/music.amazon.es\/*",
        "*:\/\/music.amazon.it\/*",
        "*:\/\/music.amazon.co.jp\/*",
        "*:\/\/music.amazon.in\/*",
        "*:\/\/music.amazon.co.uk\/*",
        "*:\/\/music.amazon.com.au\/*",
        "*:\/\/music.amazon.ca\/*",
        "*:\/\/deezer.com\/*",
        "*:\/\/music.apple.com\/*"
    ],
    "manifest_version": 3
}