Retruco Eliminate Anti AdBlock

Removes fixed message from Ad-Block blockers

Retruco Eliminate Anti AdBlock là gì?

Retruco Eliminate Anti AdBlock là một tiện ích mở rộng Chrome được phát triển bởi Giovanni, và tính năng chính của nó là "Removes fixed message from Ad-Block blockers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Retruco Eliminate Anti AdBlock

Tải xuống các tệp mở rộng Retruco Eliminate Anti AdBlock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Retruco Eliminate Anti AdBlock Retruco Eliminate Anti AdBlock
ID gpkdlgnngkiiphplplodblijekhnjjob
URL Chính Thức https://chromewebstore.google.com/detail/retruco-eliminate-anti-ad/gpkdlgnngkiiphplplodblijekhnjjob
Mô tả Removes fixed message from Ad-Block blockers
Kích Thước Tệp 205 KB
Số Lần Cài Đặt 1,578
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2018-10-12
Ngày Phát Hành 2018-10-11
Đánh Giá 3.37/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Giovanni
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}