零维

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

What is 零维?

零维 is a Chrome extension developed by https://vnet.one, and its main feature is "简单好用,犹如身在中国内地。".

Extension Screenshots

screenshot
screenshot
screenshot

Download 零维 Extension CRX File

Download 零维 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        完全免费!始于 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                    

Extension Basic Information

Name 零维 零维
ID ibkcolodejfkapecfacofdibcaoldbjf
Official URL https://chromewebstore.google.com/detail/%E9%9B%B6%E7%BB%B4/ibkcolodejfkapecfacofdibcaoldbjf
Description 简单好用,犹如身在中国内地。
File Size 241 KB
Installation Count 5,305
Current Version 21
Last Updated 2023-04-01
Publish Date 2020-07-12
Rating 4.64/5 Total 397 Ratings
Developer https://vnet.one
Email [email protected]
Payment Type free
Extension Website https://vnet.one
Help Page URL https://groups.google.com/g/onevnet
Privacy Policy Page URL https://vnet.one/privacy
Supported Languages 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:\/\/*\/*"
    ]
}