UfunR

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

UfunR란 무엇입니까?

UfunR은(는) https://ufunr.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "海外华人听歌追剧必备插件."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

UfunR 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}