Continue Without Supporting

Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.

Continue Without Supporting là gì?

Continue Without Supporting là một tiện ích mở rộng Chrome được phát triển bởi Ryan Stewart, và tính năng chính của nó là "Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Continue Without Supporting

Tải xuống các tệp mở rộng Continue Without Supporting 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

                        A browser extension that auto-clicks on "continue without supporting" or similar phrases when given a popup about disabling ad blocking. You can now spend less time trying to find the small continue text and more time actually using the website!                    

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

Tên Continue Without Supporting Continue Without Supporting
ID lieiooigeiockdceiekbikfaklnklmef
URL Chính Thức https://chromewebstore.google.com/detail/continue-without-supporti/lieiooigeiockdceiekbikfaklnklmef
Mô tả Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.
Kích Thước Tệp 46.19 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-06-10
Ngày Phát Hành 2023-06-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Ryan Stewart
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rynstwrt/Continue-Without-Supporting
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Continue Without Supporting",
    "version": "1.0.0",
    "description": "Browser extension that auto-clicks on \"continue without supporting\"\/similar phrases when given a popup about disabling ad blocking.",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/16.png",
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "scripts\/service_worker.js",
        "type": "module"
    },
    "action": []
}