RA Song Finder
This extension finds youtube links for RA charts.
What is RA Song Finder?
RA Song Finder is a Chrome extension developed by dylan.conlin, and its main feature is "This extension finds youtube links for RA charts.".
Download RA Song Finder Extension CRX File
Download RA Song Finder 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
Extension Basic Information
Name | |
ID | dceflibeeapielpajfejlekonmgclaih |
Official URL | https://chrome.google.com/webstore/detail/ra-song-finder/dceflibeeapielpajfejlekonmgclaih |
Description | This extension finds youtube links for RA charts. |
File Size | 32.94 KB |
Installation Count | 17 |
Current Version | 1 |
Last Updated | 2015-01-05 |
Publish Date | 2015-01-02 |
Rating | 1.00/5 Total 1 Ratings |
Developer | dylan.conlin |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RA Song Finder", "version": "1", "description": "This extension finds youtube links for RA charts.", "manifest_version": 2, "content_scripts": [ { "js": [ "jquery-2.1.1.min.js", "background.js" ], "matches": [ "*:\/\/*.residentadvisor.net\/*", "*:\/\/*.youtube.com\/*" ], "persistent": false } ], "permissions": [ "*:\/\/*.residentadvisor.net\/*", "*:\/\/*.youtube.com\/*" ] } |