Extendify
Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.
什么是Extendify?
Extendify是由http://jmperezperez.com开发的Chrome扩展程序,该扩展的主要功能是“Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.”。
扩展截图
下载Extendify扩展crx文件
下载Extendify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | jjajfginmjgdpblfanoimdanifdmcokd |
官方URL | https://chrome.google.com/webstore/detail/extendify/jjajfginmjgdpblfanoimdanifdmcokd |
简介 | Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more. |
文件大小 | 291 KB |
安装次数 | 149 |
当前版本 | 0.3.0 |
更新时间 | 2018-12-01 |
上架时间 | 2018-12-01 |
评分 | 4.00/5 共3次评分 |
开发者 | http://jmperezperez.com |
付费类型 | free |
扩展官网 | https://github.com/JMPerez/extendify |
帮助页面URL | https://github.com/JMPerez/extendify |
支持的语言 | en,ca,es,it,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "short_name": "Extendify", "default_locale": "en", "version": "0.3.0", "manifest_version": 2, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.min.js", "js\/search.js", "js\/lib.js", "js\/providers\/allmusic.js", "js\/providers\/amazon.js", "js\/providers\/ebay.js", "js\/providers\/gmail.js", "js\/providers\/google.js", "js\/providers\/piratebay.js", "js\/providers\/wikipedia.js", "js\/providers\/youtube.js", "js\/background.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |