UfunR
海外华人听歌追剧必备插件.
UfunRคืออะไร?
UfunR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ufunr.net และคุณลักษณะหลักของมันคือ "海外华人听歌追剧必备插件."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UfunR
ดาวน์โหลดไฟล์ส่วนขยาย UfunR ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ufunr - 海外华人听歌追剧必备工具 ufunr - 不会影响其他网站的功能,可保持全天24小时开启。 ufunr - unblock your fun! (゜-゜)つロ干杯 iOS 和 Android版下载请详见官网https://www.ufunr.net
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } |