Frisbee: Earn big while browsing

Earn big while browsing.

Co to jest Frisbee: Earn big while browsing?

Frisbee: Earn big while browsing to rozszerzenie Chrome opracowane przez Frisbee Rewards Technologies, Inc., a jego główną funkcją jest „Earn big while browsing.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Frisbee: Earn big while browsing

Pobierz pliki rozszerzeń Frisbee: Earn big while browsing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Frisbee brings cash back to you everywhere you shop. Add our browser extension, browse and shop online, and watch your points rack up. It’s that easy!

With Frisbee, you can:

💸 Let your data pay you back - you’ll earn points just for adding the browser extension and you can manage your data sharing at any time.

⭐ Passively earn points every week that you’re logged into the browser extension.

🎁 Cash out your points for gift cards to all your favorite stores.                    

Podstawowe informacje o rozszerzeniu

Nazwa Frisbee: Earn big while browsing Frisbee: Earn big while browsing
ID cppobnnjbeloibeklmpgajoggemofgec
Oficjalny URL https://chromewebstore.google.com/detail/frisbee-earn-big-while-br/cppobnnjbeloibeklmpgajoggemofgec
Opis Earn big while browsing.
Rozmiar pliku 346 KB
Liczba instalacji 904
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2023-06-28
Data Publikacji 2023-05-02
Deweloper Frisbee Rewards Technologies, Inc.
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.frisbeerewards.com/
Adres URL Strony Pomocy https://www.frisbeerewards.com/help
Adres URL Strony Polityki Prywatności https://www.frisbeerewards.com/privacy-policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Frisbee: Earn big while browsing",
    "version": "2.0.1",
    "description": "Earn big while browsing.",
    "manifest_version": 3,
    "author": "Frisbee Technologies, Inc.",
    "action": {
        "default_popup": "index.html",
        "default_title": "Frisbee",
        "default_icon": {
            "16": "images\/frisbee-logo-16.png",
            "32": "images\/frisbee-logo-32.png",
            "48": "images\/frisbee-logo-48.png",
            "128": "images\/frisbee-logo-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "history"
    ],
    "icons": {
        "16": "images\/frisbee-logo-16.png",
        "32": "images\/frisbee-logo-32.png",
        "48": "images\/frisbee-logo-48.png",
        "128": "images\/frisbee-logo-128.png"
    }
}