UfunR

海外华人听歌追剧必备插件.

What is UfunR?

UfunR is a Chrome extension developed by https://ufunr.net, and its main feature is "海外华人听歌追剧必备插件.".

Extension Screenshots

screenshot
screenshot

Download UfunR Extension CRX File

Download UfunR 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

                        ufunr - 海外华人听歌追剧必备工具

ufunr - 不会影响其他网站的功能,可保持全天24小时开启。

ufunr - unblock your fun! (゜-゜)つロ干杯

iOS 和 Android版下载请详见官网https://www.ufunr.net                    

Extension Basic Information

Name UfunR UfunR
ID nnbcadknhdmeinlkfomapcbmeiplkhjj
Official URL https://chromewebstore.google.com/detail/ufunr/nnbcadknhdmeinlkfomapcbmeiplkhjj
Description 海外华人听歌追剧必备插件.
File Size 242 KB
Installation Count 15,065
Current Version 0.0.16
Last Updated 2021-04-14
Publish Date 2019-10-26
Rating 4.54/5 Total 93 Ratings
Developer https://ufunr.net
Email [email protected]
Payment Type free
Privacy Policy Page URL https://984775318.wixsite.com/home/blank
Supported Languages 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"
}