Recordify Title Discover

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

Vad är Recordify Title Discover?

Recordify Title Discover är en Chrome-tillägg utvecklad av Abelssoft GmbH, och dess huvudfunktion är "Reads title and track information from several streaming services, and provides these to the Recordify Windows Desktop application".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Recordify Title Discover-förlängningens CRX-fil

Ladda ner Recordify Title Discover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Recordify Title Discover Recordify Title Discover
ID kkgbclpocodjecojibeaaglcgndegljl
Officiell webbadress https://chromewebstore.google.com/detail/recordify-title-discover/kkgbclpocodjecojibeaaglcgndegljl
Beskrivning Reads title and track information from several streaming services, and provides these to the Recordify Windows Desktop application
Filstorlek 21.12 KB
Antal Installationer 33,335
Aktuell Version 0.6.5
Senast Uppdaterad 2023-11-17
Publiceringsdatum 2020-05-07
Betyg 2.84/5 Totalt 25 Betyg
Utvecklare Abelssoft GmbH
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.abelssoft.de/de/windows/Multimedia/Recordify
Hjälpsida URL http://www.abelssoft.de/kontakt
URL till Sekretesspolicy Sidan https://www.abelssoft.de/de/datenschutz
Stödda Språk 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
}