AdBlock Unicorn

The cutest Ad blocker, blocks ads from more than 50'000 sources.

AdBlock Unicornとは何ですか?

AdBlock UnicornはAdBlock Unicornによって開発されたChromeの拡張機能で、その主な機能は「The cutest Ad blocker, blocks ads from more than 50'000 sources.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Our technology blocks ads before they're displayed by blocking the requests.
In case something goes through we also have failsafe JS and CSS to remove ads

You may disable AdBlock Unicorn at any time by using the toggle button after clicking on the icon.

AdBlock Unicorn checks for custom script in our server to make sure we add all the latest critical ad blockings that cannot wait until the next Chrome store update which sometimes take multiple days.

Please visit our website and send us your feedback and suggestions on how to make our product better and cuter !

FAQ :
Q : Do you block video ads on Youtube and Facebook ?
A : Not at the moment, we are working on it                    

拡張機能の基本情報

名前 AdBlock Unicorn AdBlock Unicorn
ID ldjhogknogpdklogdocbicnlpljekejl
公式URL https://chromewebstore.google.com/detail/adblock-unicorn/ldjhogknogpdklogdocbicnlpljekejl
説明 The cutest Ad blocker, blocks ads from more than 50'000 sources.
ファイルサイズ 391 KB
インストール数 818
現在のバージョン 2.0.2.0
最終更新日 2020-11-17
公開日 2020-10-13
評価 3.38/5 合計 8 レビュー
開発者 AdBlock Unicorn
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://adblock-unicorn.com/
プライバシーポリシーページのURL https://www.adblock-unicorn.com/privacy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Unicorn",
    "version": "2.0.2.0",
    "description": "The cutest Ad blocker, blocks ads from more than 50'000 sources.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "128": "128.png"
    },
    "web_accessible_resources": [
        "128.png"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/adblock-unicorn.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "validation.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "menu.html"
    },
    "manifest_version": 2
}