Record Reference for Discogs
Creates a discogs information module for songs on youtube that have discogs urls.
What is Record Reference for Discogs?
Record Reference for Discogs is a Chrome extension developed by gc, and its main feature is "Creates a discogs information module for songs on youtube that have discogs urls.".
Extension Screenshots
Download Record Reference for Discogs Extension CRX File
Download Record Reference 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
Creates a discogs information module for songs on youtube that have discogs urls.
Extension Basic Information
Name | |
ID | njiogcdpikidadiobpdjhjppnibjklfa |
Official URL | https://chrome.google.com/webstore/detail/record-reference-for-disc/njiogcdpikidadiobpdjhjppnibjklfa |
Description | Creates a discogs information module for songs on youtube that have discogs urls. |
File Size | 155 KB |
Installation Count | 78 |
Current Version | 0.9.2 |
Last Updated | 2016-04-12 |
Publish Date | 2016-04-12 |
Developer | gc |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Record Reference for Discogs", "description": "Creates a discogs information module for songs on youtube that have discogs urls.", "version": "0.9.2", "icons": { "16": "icons\/_16.png", "48": "icons\/_48.png" }, "background": { "persistent": true, "page": "bg.html" }, "permissions": [ "tabs", "*:\/\/*.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "\/scripts\/axios.min.js", "scripts\/content-script.js" ], "css": [ "styles\/main.css" ], "run_at": "document_idle" } ], "browser_action": { "default_title": "Record Reference for Discogs" }, "manifest_version": 2 } |