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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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"
    ]
}