NeoBux AdAlert

An extension which notifies you when there are new advertisements available

什麼是NeoBux AdAlert?

NeoBux AdAlert是由https://www.neobux.com開發的Chrome擴展程式,該擴展的主要功能是“An extension which notifies you when there are new advertisements available”。

擴展截圖

screenshot

下載NeoBux AdAlert擴展crx文件

下載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
官方網址 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"
    ]
}