Zorro - Interest-Based Ad-Blocker

Pioneer in passive online browsing. Protect your data, block ads, but still enjoy ads matching your interests.

什么是Zorro - Interest-Based Ad-Blocker?

Zorro - Interest-Based Ad-Blocker是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Pioneer in passive online browsing. Protect your data, block ads, but still enjoy ads matching your interests.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Zorro - Interest-Based Ad-Blocker扩展crx文件

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

扩展使用说明

                        Zorro is an ad-blocker that only shows ads that matches a user's interests. A user would fill out their interests, and Zorro would fetch those relevant ads, all the while ensuring that the user's data is protected while they browse the web. 

Users can also see their online ads-click statistics and the financial value of the data they provide unknowingly to the online ad-tech ecosystem.                    

扩展基本信息

名称 Zorro - Interest-Based Ad-Blocker Zorro - Interest-Based Ad-Blocker
ID nohffnloalhahmmfjifahgfjadhjcepi
官方URL https://chromewebstore.google.com/detail/zorro-interest-based-ad-b/nohffnloalhahmmfjifahgfjadhjcepi
简介 Pioneer in passive online browsing. Protect your data, block ads, but still enjoy ads matching your interests.
文件大小 1.08 MB
安装次数 25
当前版本 0.0.3.2
更新时间 2020-04-25
上架时间 2020-04-23
开发者 Unknown
付费类型 free
扩展官网 https://zorro-mit.github.io/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zorro - Interest-Based Ad-Blocker",
    "short_name": "Zorro",
    "description": "Pioneer in passive online browsing. Protect your data, block ads, but still enjoy ads matching your interests.",
    "version": "0.0.3.2",
    "permissions": [
        "webRequest",
        "storage",
        "tabs",
        "https:\/\/*\/",
        "http:\/\/*\/",
        "privacy",
        "alarms",
        "identity",
        "identity.email",
        "webRequestBlocking"
    ],
    "background": {
        "page": ".\/background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com\/; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery\/jquery-1.7.1.min.js",
                ".\/Content\/content.js",
                "Chart\/Chart.min.js"
            ],
            "css": [
                "Content\/content.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": ".\/Icons\/icon128.png",
        "default_popup": ".\/Popup\/popup.html"
    },
    "icons": {
        "16": ".\/Icons\/icon16.png",
        "48": ".\/Icons\/icon48.png",
        "128": ".\/Icons\/icon128.png"
    }
}