ZuckerBlocker

Take Control. Browse the internet without trackers.

ZuckerBlockerとは何ですか?

ZuckerBlockerはhttp://zuckerblocker.comによって開発されたChromeの拡張機能で、その主な機能は「Take Control. Browse the internet without trackers.」です。

拡張機能のスクリーンショット

screenshot

ZuckerBlocker拡張機能のCRXファイルをダウンロード

ZuckerBlocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Once downloaded, ZuckerBlocker will stop, block and warn users when a website is tracking their actions- enabling you to browse with the peace of mind that your information and actions are private. 

An estimated 98% of an average users time browsing the internet is being tracked. Typical adblocking applications will hide advertisements, our application hides advertisements and blocks the tracking scripts hidden in the page. 

This makes it difficult for any company, such as Facebook, to track your activity on other websites via third-party cookies. 

You can still use the applications you enjoy most, fill out the quizzes to find out which meme best represents you, and inevitably ask your parents to stop commenting on your pictures. But now you can do all of this behind the cover of privacy. 

Note: ZuckerBlocker cannot remove information that has already been taken by Facebook, or other third-party applications in the past. 


★ WHY "ZUCKER BLOCKER":
Simply put, nothing else felt right. Tools like like Adblock Pro are paid for by Advertisers, while Ghostery sells your browsing data. uBlock Origin and uMatrix required too much configuration while breaking many sites. At the end of the day I just wanted to know my right to privacy is protected. ZuckerBlocker is a lightweight browser extension, so is both performant, and easy for me to maintain without requiring a revenue source like most of the other content blockers.

★  PERFORMANCE:
Unlike other content blockers, GDPR Please precompiles a reverse nested dictionary of every blacklisted subdomain, to enable extremely performant blacklisting of all web resource types. 


NEW FEATURES COMING SOON


HOMEPAGE:
      https://ZuckerBlocker.com/

CHANGELOG:
      To be released with next version update.                    

拡張機能の基本情報

名前 ZuckerBlocker ZuckerBlocker
ID nipjjdfdambogkfahlnccbodpdfheahp
公式URL https://chrome.google.com/webstore/detail/zuckerblocker/nipjjdfdambogkfahlnccbodpdfheahp
説明 Take Control. Browse the internet without trackers.
ファイルサイズ 31.65 KB
インストール数 561
現在のバージョン 1.0.6
最終更新日 2018-03-27
公開日 2018-03-27
評価 3.50/5 合計 8 レビュー
開発者 http://zuckerblocker.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ZuckerBlocker.com
ヘルプページのURL https://ZuckerBlocker.com/
プライバシーポリシーページのURL https://gdprplease.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZuckerBlocker",
    "short_name": "ZuckerBlocker",
    "version": "1.0.6",
    "manifest_version": 2,
    "author": "@ZuckerBlocker",
    "description": "Take Control.\n Browse the internet without trackers.",
    "homepage_url": "https:\/\/GDPRplease.com\/",
    "minimum_chrome_version": "55",
    "incognito": "spanning",
    "icons": {
        "16": "favicons\/icon_16.png",
        "32": "favicons\/icon_32.png",
        "48": "favicons\/icon_48.png",
        "64": "favicons\/icon_64.png",
        "96": "favicons\/icon_96.png",
        "128": "favicons\/icon_128.png",
        "256": "favicons\/icon_256.png",
        "512": "favicons\/icon_512.png"
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "favicons\/icon_128.png",
        "default_title": "GDPR Please"
    },
    "web_accessible_resources": [],
    "content_security_policy": "default-src 'self'; style-src https:\/\/fonts.googleapis.com\/css https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/css\/bootstrap.min.css; font-src https:\/\/fonts.gstatic.com\/s\/"
}