DappBack: Get Paid for Being Online

Earn your choice of rewards for browsing the web, completing tasks and making purchases.

Co je DappBack: Get Paid for Being Online?

DappBack: Get Paid for Being Online je rozšíření Chrome vyvinuté https://dappback.com, a jeho hlavní funkcí je „Earn your choice of rewards for browsing the web, completing tasks and making purchases.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření DappBack: Get Paid for Being Online

Stáhněte si soubory rozšíření DappBack: Get Paid for Being Online ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Get rewards while being online.

With DappBack, you’ll never miss out on earning passive rewards and saving money for everything you’re already doing on the web.

🎁 Collect rewards while being online.
🤝 Be rewarded for interacting with relevant brands.
🛍️ Get the best cash back rates for shopping online.
🎰 Play games to win more rewards.

Just be yourself and browse the web with DappBack’s browser extension to maximize your online earning potential!                    

Základní Informace o Rozšíření

Název DappBack: Get Paid for Being Online DappBack: Get Paid for Being Online
ID ilakoljmoogfgcehpkokaijdaiaefdgo
Oficiální URL https://chromewebstore.google.com/detail/dappback-get-paid-for-bei/ilakoljmoogfgcehpkokaijdaiaefdgo
Popis Earn your choice of rewards for browsing the web, completing tasks and making purchases.
Velikost souboru 5.36 MB
Počet instalací 8,186
Aktuální Verze 2.8
Poslední Aktualizace 2024-01-06
Datum Vydání 2023-06-24
Hodnocení 4.88/5 Celkem 51 Hodnocení
Vývojář https://dappback.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://dappback.com
URL Stránky Zásad Ochrany Soukromí https://www.dappback.com/privacy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.8",
    "icons": {
        "16": "assets\/icon\/16.png",
        "32": "assets\/icon\/32.png",
        "48": "assets\/icon\/48.png",
        "64": "assets\/icon\/64.png",
        "128": "assets\/icon\/128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "assets\/actionIcon\/off\/16.png",
            "24": "assets\/actionIcon\/off\/24.png",
            "32": "assets\/actionIcon\/off\/32.png"
        },
        "default_popup": "popup.html"
    },
    "name": "DappBack: Get Paid for Being Online",
    "short_name": "DappBack",
    "description": "Earn your choice of rewards for browsing the web, completing tasks and making purchases.",
    "homepage_url": "https:\/\/dappback.com",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "identity",
        "tabs",
        "webNavigation",
        "storage",
        "alarms",
        "webRequest",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.dappback.com\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhLaaSnT05n\/j7ECiU2OMNHPXL5YCfNyYOQMiKgDiQUXyLznA8LnGsNVSM1vNSEuMXbvUmI8u1MtfPLhjoZ29dJgU8NTkwDzWMuVXj37TnF+i+\/BK4Lcz+mmYbMyOS8BSW7E8kGnp+CMSZSh1TONQGp72JeVthWk6fma\/EiZ+E6ofw9ea5WyY4Fdm5r81HmgRuOhyCAcFJQUFPeOL7qJngYaZimw2eINHSKr8IwEwc8284A9q4PCUuCNF9eRfXYeGai9knnAbHp2Mw\/LvULURgR+yUyB1BwAeZsuZpwRQL2VTNzAKcwgoi03sdFd2WKDVYjuAFn3Vu0ATMzdalpYtlQIDAQAB",
    "oauth2": {
        "client_id": "1038947456577-h060hnv9g70hrdmn155l7l3998dr1qaj.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "contentScript.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' http:\/\/localhost;object-src 'self';"
    },
    "content_scripts": [
        {
            "__comment__": "The contentScript.* files are generated from the content-script project",
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}