NeoBux AdAlert

An extension which notifies you when there are new advertisements available

Τι είναι το NeoBux AdAlert;

Το NeoBux AdAlert είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.neobux.com, και η κύρια λειτουργία του είναι "An extension which notifies you when there are new advertisements available".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης NeoBux AdAlert

Λήψη αρχείων επέκτασης NeoBux AdAlert σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NeoBux AdAlert NeoBux AdAlert
ID oaepeijninfcgjdnighjnlgdkkgpnaen
Επίσημο URL https://chromewebstore.google.com/detail/neobux-adalert/oaepeijninfcgjdnighjnlgdkkgpnaen
Περιγραφή An extension which notifies you when there are new advertisements available
Μέγεθος Αρχείου 310 KB
Αριθμός Εγκαταστάσεων 28,808
Τρέχουσα Έκδοση 2.8.4
Τελευταία Ενημέρωση 2022-06-03
Ημερομηνία Δημοσίευσης 2020-06-04
Αξιολόγηση 4.78/5 Συνολικά 1055 Αξιολογήσεις
Προγραμματιστής https://www.neobux.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.neobux.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.neobux.com/m/pp
Υποστηριζόμενες Γλώσσες 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"
    ]
}