零维

简单好用,犹如身在中国内地。

Wat is 零维?

零维 is een Chrome-extensie ontwikkeld door https://vnet.one, en de belangrijkste functie is "简单好用,犹如身在中国内地。".

Extensie Screenshots

screenshot
screenshot
screenshot

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

                        完全免费!始于 2016 年。
官网 https://www.vnet.one

零维自动针对中国地区网络的访问进行加速,并解除地区限制。使得各位用户能够在海外轻松浏览优酷(Youku),土豆(Tudou),哔哩哔哩(Bilibili),PPTV 等所有中国大陆地区的网站。

2023 年3月更新:服务线路更新

但是,如果您要观看台湾地区的 Bilibili 内容,目前需要通过其它的接入方式(任连)接入零维网络,请您登录零维官网阅读使用说明。

# 本扩展中的两个模式的重要说明:

* 智能组网:自动分析您访问的网站是否位于中国内地,如果是,则启用OneVnet网络传输数据,如果不是,则使用您本机网络传输数据。此模式可以节约您的零维流量包使用量,并保持较好的本地网络速度。

* 标准模式:Chrome浏览器的所有网络流量都通过零维网络传输,会降低本地网络的速度,增加零维流量包的使用量。

本扩展可以让您的浏览器一键接入零维网络,要使用本扩展提供的服务,您还需要一个零维账号。

# 支持大多数设备使用
不仅仅是 chrome/edge 浏览器,本扩展还可以在火狐浏览器中使用。
关于在其他设备和浏览器上使用我们的服务,请登录官网,在“快速开始”中查询。

* 服务条款(Terms of Service)
https://vnet.one/tos
* 隐私权政策(Privacy)
https://vnet.one/privacy                    

Basisinformatie over de Extensie

Naam 零维 零维
ID ibkcolodejfkapecfacofdibcaoldbjf
Officiële URL https://chromewebstore.google.com/detail/%E9%9B%B6%E7%BB%B4/ibkcolodejfkapecfacofdibcaoldbjf
Beschrijving 简单好用,犹如身在中国内地。
Bestandsgrootte 241 KB
Aantal Installaties 5,305
Huidige Versie 21
Laatst Bijgewerkt 2023-04-01
Publicatiedatum 2020-07-12
Beoordeling 4.64/5 Totaal 397 Beoordelingen
Ontwikkelaar https://vnet.one
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://vnet.one
Help Pagina-URL https://groups.google.com/g/onevnet
URL van de Privacybeleid Pagina https://vnet.one/privacy
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u96f6\u7ef4",
    "short_name": "OneVnet",
    "description": "\u7b80\u5355\u597d\u7528\uff0c\u72b9\u5982\u8eab\u5728\u4e2d\u56fd\u5185\u5730\u3002",
    "version": "21",
    "browser_action": {
        "default_icon": "img\/128.png",
        "default_popup": "html\/popup.html",
        "default_title": "\u70b9\u51fb\u542f\u7528\u6216\u5173\u95edOneVnet\u670d\u52a1"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/functions.js",
            "js\/global.js",
            "js\/bg.js",
            "js\/popup.js"
        ]
    },
    "icons": {
        "16": "img\/16.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "notifications",
        "background",
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}