Vinyloscope for Discogs

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

Vad är Vinyloscope for Discogs?

Vinyloscope for Discogs är en Chrome-tillägg utvecklad av https://www.vinyloscope.com, och dess huvudfunktion är "This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.".

Tilläggsskärmbilder

screenshot

Ladda ner Vinyloscope for Discogs-förlängningens CRX-fil

Ladda ner Vinyloscope for Discogs-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

                        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.                    

Grundläggande Information om Tillägg

Namn Vinyloscope for Discogs Vinyloscope for Discogs
ID gfbpdmlhpjmnfbeoccknbgpaijkaipeo
Officiell webbadress https://chromewebstore.google.com/detail/vinyloscope-for-discogs/gfbpdmlhpjmnfbeoccknbgpaijkaipeo
Beskrivning This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.
Filstorlek 229 KB
Antal Installationer 54
Aktuell Version 0.1.12
Senast Uppdaterad 2018-07-04
Publiceringsdatum 2018-07-04
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://www.vinyloscope.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.vinyloscope.com
Stödda Språk 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"
    ]
}