UfunR

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

UfunRとは何ですか?

UfunRはhttps://ufunr.netによって開発されたChromeの拡張機能で、その主な機能は「海外华人听歌追剧必备插件.」です。

拡張機能のスクリーンショット

screenshot
screenshot

UfunR拡張機能のCRXファイルをダウンロード

UfunR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

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

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

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

拡張機能の基本情報

名前 UfunR UfunR
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
Eメール [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"
}