Vinyloscope for Discogs

This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.

Was ist Vinyloscope for Discogs?

Vinyloscope for Discogs ist eine Chrome-Erweiterung, die von https://www.vinyloscope.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.".

Erweiterungsscreenshots

screenshot

Vinyloscope for Discogs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Vinyloscope for Discogs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Une fois cette extension installée rendez-vous sur une page de release de Discogs. Cette extension recherche pour vous automatiquement si une sortie vinyle est disponible sur différents labels ou disquaires en ligne, et affiche les résultats sous l'emplacement du Marketplace.                    

Grundlegende Informationen zur Erweiterung

Name Vinyloscope for Discogs Vinyloscope for Discogs
ID gfbpdmlhpjmnfbeoccknbgpaijkaipeo
Offizielle URL https://chromewebstore.google.com/detail/vinyloscope-for-discogs/gfbpdmlhpjmnfbeoccknbgpaijkaipeo
Beschreibung This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.
Dateigröße 229 KB
Installationsanzahl 54
Aktuelle Version 0.1.12
Letztes Update 2018-07-04
Veröffentlichungsdatum 2018-07-04
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.vinyloscope.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.vinyloscope.com
Unterstützte Sprachen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vinyloscope for Discogs",
    "description": "This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.",
    "icons": {
        "48": "icons\/vinyloscope-icon-48.png",
        "96": "icons\/vinyloscope-icon-96.png",
        "128": "icons\/vinyloscope-icon-128.png"
    },
    "version": "0.1.12",
    "permissions": [
        "*:\/\/www.vinyloscope.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "vinyloscope-plugin.js"
            ],
            "matches": [
                "https:\/\/www.discogs.com\/*\/release\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/logos\/*.png",
        "img\/flags\/*.png",
        "icons\/*.png",
        "icons\/*.gif"
    ]
}