NeoBux AdAlert

An extension which notifies you when there are new advertisements available

NeoBux AdAlert là gì?

NeoBux AdAlert là một tiện ích mở rộng Chrome được phát triển bởi https://www.neobux.com, và tính năng chính của nó là "An extension which notifies you when there are new advertisements available".

Ả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 NeoBux AdAlert

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

                        AdAlert is NeoBux's unique and exclusive browser extension. It takes almost no space at all and will notify you of new advertisements so that you'll never miss one.

You'll also have your updated balance(s) at the distance of a single click without disturbing you from what you're doing in your computer.

The extension will be automatically updated (depending on your browser's settings) so that you'll always have the latest version.                    

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

Tên NeoBux AdAlert NeoBux AdAlert
ID oaepeijninfcgjdnighjnlgdkkgpnaen
URL Chính Thức https://chromewebstore.google.com/detail/neobux-adalert/oaepeijninfcgjdnighjnlgdkkgpnaen
Mô tả An extension which notifies you when there are new advertisements available
Kích Thước Tệp 310 KB
Số Lần Cài Đặt 28,808
Phiên Bản Hiện Tại 2.8.4
Cập Nhật Lần Cuối 2022-06-03
Ngày Phát Hành 2020-06-04
Đánh Giá 4.78/5 Tổng số 1055 Đánh Giá
Nhà Phát Triển https://www.neobux.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.neobux.com/
URL Trang Chính Sách Bảo Mật https://www.neobux.com/m/pp
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NeoBux AdAlert",
    "version": "2.8.4",
    "description": "An extension which notifies you when there are new advertisements available",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icons\/icon_16.png",
        "48": "images\/icons\/icon_48.png",
        "128": "images\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/icon_19.png",
            "38": "images\/icons\/icon_38.png"
        },
        "default_title": "NeoBux AdAlert",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "bg.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        ""
    ],
    "homepage_url": "https:\/\/www.neobux.com\/m\/ad\/",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "\/images\/icons\/icon_128.png"
    ]
}