哔哩助手
帮助海外华人解除B站视频音乐的访问限制(大陆用户无需安装此扩展)
Wat is 哔哩助手?
哔哩助手 is een Chrome-extensie ontwikkeld door https://www.ufunr.net, en de belangrijkste functie is "帮助海外华人解除B站视频音乐的访问限制(大陆用户无需安装此扩展)".
Extensie Screenshots
Download het CRX-bestand van de extensie 哔哩助手
Download 哔哩助手-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
哔哩助手 - 海外用户追番看剧必备神器 哔哩助手 - 两种模式,分别解锁大陆番剧和港澳台专属番剧 哔哩助手 - 不会影响其他网站功能,可保持全天24小时开启。 哔哩助手- ! (゜-゜)つロ干杯
Basisinformatie over de Extensie
Naam | 哔哩助手 |
ID | lcdbjchkmflblionihdahffmfpbomdgn |
Officiële URL | https://chromewebstore.google.com/detail/%E5%93%94%E5%93%A9%E5%8A%A9%E6%89%8B/lcdbjchkmflblionihdahffmfpbomdgn |
Beschrijving | 帮助海外华人解除B站视频音乐的访问限制(大陆用户无需安装此扩展) |
Bestandsgrootte | 262 KB |
Aantal Installaties | 14,417 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2021-08-23 |
Publicatiedatum | 2020-12-24 |
Beoordeling | 4.69/5 Totaal 67 Beoordelingen |
Ontwikkelaar | https://www.ufunr.net |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://984775318.wixsite.com/home/blank |
Ondersteunde Talen | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u54d4\u54e9\u52a9\u624b", "version": "0.0.2", "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" } |