eBesucher Addon

Discover new websites and get paid with the eBesucher add-on

eBesucher Addon क्या है?

eBesucher Addon eBesucher द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover new websites and get paid with the eBesucher add-on"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में eBesucher Addon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension is specifically developed for eBesucher.com and partner sites that are affiliated with ebesucher.com

With this extension users of the eBesucher surfbar and click ads can visit partner websites according to their area of interest and earn eBesucher points in return.

What the addon does when starting the surfbar

- every 15 seconds to 10 minutes, it redirects you automatically to a website of our advertisers in the surfbar. The addon indicates the retention time (= time that is required to remain on the website in order to get your bonus) and allows you to permanently pause all features. It also gives you access to the last visited website (requires login) and the earnings of the current hour.

What the addon does when visiting click ads:

- After clicking an ad, a target site will open in a new tab. The addon will load on the target site and show you the retention time. You are rewarded with points when the retention time has elapsed. The Addon will then indicate the amount of points.

Using the eBesucher addon offers significant advantages:

- Increased earnings, since all campaigns can be displayed in the surfbar.
- The surfbar can be launched directly.
- No second TAB and no surfbar helper is required to start the surfbar.
- The surfbar can be launched automatically through the eBesucher restarter.
- The surfbar is protected against sites that load a framebreaker.                    

एक्सटेंशन की मूल जानकारी

नाम eBesucher Addon eBesucher Addon
ID agchmcconfdfcenopioeilpgjngelefk
आधिकारिक URL https://chromewebstore.google.com/detail/ebesucher-addon/agchmcconfdfcenopioeilpgjngelefk
विवरण Discover new websites and get paid with the eBesucher add-on
फ़ाइल का आकार 492 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 2.0.9
अंतिम अपडेट 2023-02-15
प्रकाशन तिथि 2020-01-13
रेटिंग 2.97/5 कुल 34 रेटिंग्स
डेवलपर eBesucher
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.ebesucher.de
सहायता पृष्ठ URL https://www.ebesucher.com/hilfe
गोपनीयता नीति पृष्ठ URL https://www.ebesucher.de/datenschutz
समर्थित भाषाएँ de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "version": "2.0.9",
    "author": "eBesucher",
    "homepage_url": "https:\/\/ebesucher.de",
    "icons": {
        "32": "resources\/icons\/logo-32x32.png",
        "64": "resources\/icons\/logo-64x64.png"
    },
    "minimum_chrome_version": "22.0.0.0",
    "default_locale": "en",
    "background": {
        "scripts": [
            "lib\/js\/jquery-3.3.1.min.js",
            "ads\/ads-background.js",
            "background\/surfbar.js",
            "popup\/popupData.js",
            "util\/helper.js",
            "util\/web-ext-helper.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "resources\/icons\/logo-64x64.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/js\/jquery-3.3.1.min.js",
                "util\/cookie-consent-accepter.js",
                "util\/helper.js",
                "util\/web-ext-helper.js",
                "ads\/jackpot.js",
                "popup\/popup.js",
                "ads\/ads-content-script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "ads\/ads-webpage-listener.js",
                "util\/helper.js",
                "popup\/popup.js",
                "popup\/popupData.js",
                "util\/web-ext-helper.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "ads\/iframe.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "management",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/ebesucher.de\/*",
        ""
    ],
    "web_accessible_resources": [
        "lib\/*",
        "addon\/*",
        "resources\/*"
    ]
}