Vinyloscope for Discogs
This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.
What is Vinyloscope for Discogs?
Vinyloscope for Discogs is a Chrome extension developed by https://www.vinyloscope.com, and its main feature is "This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.".
Extension Screenshots
Download Vinyloscope for Discogs Extension CRX File
Download Vinyloscope for Discogs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Vinyloscope for Discogs |
ID | gfbpdmlhpjmnfbeoccknbgpaijkaipeo |
Official URL | https://chromewebstore.google.com/detail/vinyloscope-for-discogs/gfbpdmlhpjmnfbeoccknbgpaijkaipeo |
Description | This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs. |
File Size | 229 KB |
Installation Count | 54 |
Current Version | 0.1.12 |
Last Updated | 2018-07-04 |
Publish Date | 2018-07-04 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://www.vinyloscope.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.vinyloscope.com |
Supported Languages | 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" ] } |