Tebux

Tebux is an innovative browser extension that allows you to earn money by viewing advertising websites. With this extension, you…

Tebux란 무엇입니까?

Tebux은(는) rrobertorrodriguezz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tebux is an innovative browser extension that allows you to earn money by viewing advertising websites. With this extension, you…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tebux 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Tebux is an innovative browser extension that allows you to earn money by viewing advertising websites. With this extension, you can generate passive income while continuing your regular online browsing.

How does Tebux work? It's very simple. The extension automatically opens advertising websites for you at specified intervals, with a maximum frequency of once every 15 minutes. Additionally, when you perform a search query, Tebux opens an additional tab with relevant search results. You don't need to take any additional actions or spend time actively interacting with the ads or search results.

Tebux offers convenient payment methods and instant withdrawal of earned funds. You can rest assured that your data is secure and receive rewards for your participation in ad viewing and search activities.

Our extension provides you with the opportunity to make the most of your time online by earning extra income. Stay up to date with news, explore interesting websites, and let Tebux ensure that your efforts are rewarded. The extension helps you maximize your earning potential while keeping control in your hands.

Download Tebux now and start earning money passively while enjoying browsing web pages, exploring search results, and engaging with entertaining content on the Internet.                    

확장 프로그램 기본 정보

이름 Tebux Tebux
ID flflkkgppejmjpplhjdohjllcphoknjc
공식 URL https://chromewebstore.google.com/detail/tebux/flflkkgppejmjpplhjdohjllcphoknjc
설명 Tebux is an innovative browser extension that allows you to earn money by viewing advertising websites. With this extension, you…
파일 크기 428 KB
설치 횟수 23
현재 버전 1.0
최근 업데이트 2023-06-06
출시 날짜 2023-06-06
개발자 rrobertorrodriguezz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tebux.info/
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tebux",
    "version": "1.0",
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        }
    },
    "background": {
        "service_worker": "script\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "script\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "alarms"
    ]
}