Frisbee: Earn big while browsing

Earn big while browsing.

Was ist Frisbee: Earn big while browsing?

Frisbee: Earn big while browsing ist eine Chrome-Erweiterung, die von Frisbee Rewards Technologies, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Earn big while browsing.".

Erweiterungsscreenshots

screenshot

Frisbee: Earn big while browsing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Frisbee: Earn big while browsing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Frisbee: Earn big while browsing Frisbee: Earn big while browsing
ID cppobnnjbeloibeklmpgajoggemofgec
Offizielle URL https://chromewebstore.google.com/detail/frisbee-earn-big-while-br/cppobnnjbeloibeklmpgajoggemofgec
Beschreibung Earn big while browsing.
Dateigröße 346 KB
Installationsanzahl 904
Aktuelle Version 2.0.1
Letztes Update 2023-06-28
Veröffentlichungsdatum 2023-05-02
Entwickler Frisbee Rewards Technologies, Inc.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.frisbeerewards.com/
Hilfeseite URL https://www.frisbeerewards.com/help
URL der Datenschutzrichtlinien-Seite https://www.frisbeerewards.com/privacy-policy
Unterstützte Sprachen 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"
    }
}