UfunR
海外华人听歌追剧必备插件.
什么是UfunR?
UfunR是由https://ufunr.net开发的Chrome扩展程序,该扩展的主要功能是“海外华人听歌追剧必备插件.”。
扩展截图
下载UfunR扩展crx文件
下载UfunR扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ufunr - 海外华人听歌追剧必备工具
ufunr - 不会影响其他网站的功能,可保持全天24小时开启。
ufunr - unblock your fun! (゜-゜)つロ干杯
iOS 和 Android版下载请详见官网https://www.ufunr.net 扩展基本信息
| 名称 | |
| ID | nnbcadknhdmeinlkfomapcbmeiplkhjj |
| 官方URL | https://chromewebstore.google.com/detail/ufunr/nnbcadknhdmeinlkfomapcbmeiplkhjj |
| 简介 | 海外华人听歌追剧必备插件. |
| 文件大小 | 242 KB |
| 安装次数 | 15,065 |
| 当前版本 | 0.0.16 |
| 更新时间 | 2021-04-14 |
| 上架时间 | 2019-10-26 |
| 评分 | 4.54/5 共93次评分 |
| 开发者 | https://ufunr.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://984775318.wixsite.com/home/blank |
| 支持的语言 | en,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "UfunR",
"version": "0.0.16",
"manifest_version": 2,
"minimum_chrome_version": "25.0",
"description": "__MSG_description__",
"icons": {
"16": "chrome\/icons\/icon16.png",
"48": "chrome\/icons\/icon48.png",
"128": "chrome\/icons\/icon128.png"
},
"permissions": [
"proxy",
"webRequest",
"webRequestBlocking",
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"shared\/urls.js",
"shared\/tools.js",
"chrome\/pages\/js\/analytics.js",
"chrome\/storage.js",
"chrome\/header.js",
"chrome\/proxy.js",
"chrome\/redirect.js",
"chrome\/config.js",
"chrome\/donation.js"
]
},
"browser_action": {
"default_title": "UfunR isn't working properly! Visit https:\/\/www.ufunr.net for solutions.",
"default_icon": "chrome\/icons\/icon19gray.png",
"default_popup": "chrome\/pages\/popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.tudou.com\/*"
],
"js": [
"chrome\/content\/tudou.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"matches": [
"http:\/\/play.baidu.com\/*"
],
"css": [
"chrome\/content\/play.baidu.css"
],
"all_frames": true
},
{
"matches": [
"http:\/\/unblockcn.com\/*",
"http:\/\/*.unblockcn.com\/*",
"http:\/\/unblockyouku.cn\/*",
"http:\/\/*.unblockyouku.cn\/*",
"http:\/\/724sky.com\/*",
"http:\/\/*.724sky.com\/*",
"http:\/\/tieba.baidu.com\/f?kw=unblockcn*",
"http:\/\/*.tieba.baidu.com\/f?kw=unblockcn*"
],
"js": [
"chrome\/content\/unblockcn.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"default_locale": "en"
} | |