UltraSurf Ad Blocker

Blocks the Ultra Surf popup network usage

什么是UltraSurf Ad Blocker?

UltraSurf Ad Blocker是由thegeekestofall开发的Chrome扩展程序,该扩展的主要功能是“Blocks the Ultra Surf popup network usage”。

扩展截图

screenshot

下载UltraSurf Ad Blocker扩展crx文件

下载UltraSurf Ad Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        It helps the user to get rid off annoying ad tabs from Ultra Surf                    

扩展基本信息

名称 UltraSurf Ad Blocker UltraSurf Ad Blocker
ID lipagiadamcpecbedfanagiflejiiand
官方URL https://chromewebstore.google.com/detail/ultrasurf-ad-blocker/lipagiadamcpecbedfanagiflejiiand
简介 Blocks the Ultra Surf popup network usage
文件大小 8.98 KB
安装次数 2,418
当前版本 0.1
更新时间 2023-02-23
上架时间 2023-02-22
评分 3.40/5 共5次评分
开发者 thegeekestofall
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UltraSurf Ad Blocker",
    "action": [],
    "manifest_version": 3,
    "version": "0.1",
    "description": "Blocks the Ultra Surf popup network usage",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "icons": {
        "32": "\/files\/i32.png",
        "48": "\/files\/i48.png"
    }
}