NeoBux AdAlert

An extension which notifies you when there are new advertisements available

Co to jest NeoBux AdAlert?

NeoBux AdAlert to rozszerzenie Chrome opracowane przez https://www.neobux.com, a jego główną funkcją jest „An extension which notifies you when there are new advertisements available”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia NeoBux AdAlert

Pobierz pliki rozszerzeń NeoBux AdAlert w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa NeoBux AdAlert NeoBux AdAlert
ID oaepeijninfcgjdnighjnlgdkkgpnaen
Oficjalny URL https://chromewebstore.google.com/detail/neobux-adalert/oaepeijninfcgjdnighjnlgdkkgpnaen
Opis An extension which notifies you when there are new advertisements available
Rozmiar pliku 310 KB
Liczba instalacji 28,808
Aktualna Wersja 2.8.4
Ostatnia Aktualizacja 2022-06-03
Data Publikacji 2020-06-04
Ocena 4.78/5 Łącznie 1055 Oceny
Deweloper https://www.neobux.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.neobux.com/
Adres URL Strony Polityki Prywatności https://www.neobux.com/m/pp
Obsługiwane Języki 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"
    ]
}