Retruco Eliminate Anti AdBlock

Removes fixed message from Ad-Block blockers

Retruco Eliminate Anti AdBlockとは何ですか?

Retruco Eliminate Anti AdBlockはGiovanniによって開発されたChromeの拡張機能で、その主な機能は「Removes fixed message from Ad-Block blockers」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Retruco Eliminate Anti AdBlock removes the fixed message from Ad Blockers globally known as ABP AdBlock, AdGuard, uBlock or related.

This extension focuses on removing the intrusive messages that detect Ad-Block and force you to turn off the extension function.

The fact that the site relies financially on advertising does not legalize or make SPAM mandatory, so this is a way for you to reject the restriction.                    

拡張機能の基本情報

名前 Retruco Eliminate Anti AdBlock Retruco Eliminate Anti AdBlock
ID gpkdlgnngkiiphplplodblijekhnjjob
公式URL https://chromewebstore.google.com/detail/retruco-eliminate-anti-ad/gpkdlgnngkiiphplplodblijekhnjjob
説明 Removes fixed message from Ad-Block blockers
ファイルサイズ 205 KB
インストール数 1,578
現在のバージョン 1.3.0
最終更新日 2018-10-12
公開日 2018-10-11
評価 3.37/5 合計 19 レビュー
開発者 Giovanni
Eメール [email protected]
支払い方法 free
対応言語 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "pt_BR",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "author": "Giovanni Ramos",
    "version": "1.3.0",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "__MSG_ext_name__",
        "default_icon": {
            "16": "img\/icon-16-off.png",
            "32": "img\/icon-32.png"
        }
    },
    "permissions": [
        "activeTab",
        "webNavigation"
    ]
}