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"
    ]
}