RA Song Finder
This extension finds youtube links for RA charts.
什么是RA Song Finder?
RA Song Finder是由dylan.conlin开发的Chrome扩展程序,该扩展的主要功能是“This extension finds youtube links for RA charts.”。
下载RA Song Finder扩展crx文件
下载RA Song Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | dceflibeeapielpajfejlekonmgclaih |
官方URL | https://chrome.google.com/webstore/detail/ra-song-finder/dceflibeeapielpajfejlekonmgclaih |
简介 | This extension finds youtube links for RA charts. |
文件大小 | 32.94 KB |
安装次数 | 17 |
当前版本 | 1 |
更新时间 | 2015-01-05 |
上架时间 | 2015-01-02 |
评分 | 1.00/5 共1次评分 |
开发者 | dylan.conlin |
付费类型 | free |
支持的语言 | 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\/*" ] } |