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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
개인정보 보호 정책 페이지 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"
    ]
}