Vinyloscope for Discogs

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

Wat is Vinyloscope for Discogs?

Vinyloscope for Discogs is een Chrome-extensie ontwikkeld door https://www.vinyloscope.com, en de belangrijkste functie is "This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Vinyloscope for Discogs

Download Vinyloscope for Discogs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Vinyloscope for Discogs Vinyloscope for Discogs
ID gfbpdmlhpjmnfbeoccknbgpaijkaipeo
Officiële URL https://chromewebstore.google.com/detail/vinyloscope-for-discogs/gfbpdmlhpjmnfbeoccknbgpaijkaipeo
Beschrijving This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.
Bestandsgrootte 229 KB
Aantal Installaties 54
Huidige Versie 0.1.12
Laatst Bijgewerkt 2018-07-04
Publicatiedatum 2018-07-04
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.vinyloscope.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.vinyloscope.com
Ondersteunde Talen 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"
    ]
}