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"
    }
}