零维

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

Cos'è 零维?

零维 è un'estensione di Chrome sviluppata da https://vnet.one, e la sua funzione principale è "简单好用,犹如身在中国内地。".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 零维

Scarica i file di estensione 零维 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome 零维 零维
ID ibkcolodejfkapecfacofdibcaoldbjf
URL Ufficiale https://chromewebstore.google.com/detail/%E9%9B%B6%E7%BB%B4/ibkcolodejfkapecfacofdibcaoldbjf
Descrizione 简单好用,犹如身在中国内地。
Dimensione del File 241 KB
Conteggio Installazioni 5,305
Versione Corrente 21
Ultimo Aggiornamento 2023-04-01
Data di Pubblicazione 2020-07-12
Valutazione 4.64/5 Totale 397 Valutazioni
Sviluppatore https://vnet.one
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://vnet.one
URL della Pagina di Aiuto https://groups.google.com/g/onevnet
URL della Pagina della Politica sulla Privacy https://vnet.one/privacy
Lingue Supportate 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:\/\/*\/*"
    ]
}