TubeFresher
Auto search on youtube
什么是TubeFresher?
TubeFresher是由http://www.andrefilipin.com.br开发的Chrome扩展程序,该扩展的主要功能是“Auto search on youtube”。
扩展截图
下载TubeFresher扩展crx文件
下载TubeFresher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When adding searches you will be automatically notified when a new video is inserted with the same terms.
扩展基本信息
名称 | |
ID | cmigbfihklipdhoaoanebgljooohbkbm |
官方URL | https://chrome.google.com/webstore/detail/tubefresher/cmigbfihklipdhoaoanebgljooohbkbm |
简介 | Auto search on youtube |
文件大小 | 227 KB |
安装次数 | 11 |
当前版本 | 1.1 |
更新时间 | 2014-04-30 |
上架时间 | 2014-04-30 |
评分 | 5.00/5 共1次评分 |
开发者 | http://www.andrefilipin.com.br |
付费类型 | free |
支持的语言 | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "version": "1.1", "description": "__MSG_application_description__", "default_locale": "en", "background": { "scripts": [ "js\/jquery-1.11.0.min.js", "background.js" ] }, "permissions": [ "tabs", "http:\/\/www.andrefilipin.com.br\/*" ], "browser_action": { "default_title": "TubeFresher", "default_popup": "popup.html", "default_icon": { "19": "icons48.png" } }, "icons": { "16": "icons16.png", "48": "icons48.png", "128": "icons128.png" } } |