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
公式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
Eメール [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"
    ]
}