Frisbee: Earn big while browsing

Earn big while browsing.

Cos'è Frisbee: Earn big while browsing?

Frisbee: Earn big while browsing è un'estensione di Chrome sviluppata da Frisbee Rewards Technologies, Inc., e la sua funzione principale è "Earn big while browsing.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Frisbee: Earn big while browsing

Scarica i file di estensione Frisbee: Earn big while browsing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Frisbee: Earn big while browsing Frisbee: Earn big while browsing
ID cppobnnjbeloibeklmpgajoggemofgec
URL Ufficiale https://chromewebstore.google.com/detail/frisbee-earn-big-while-br/cppobnnjbeloibeklmpgajoggemofgec
Descrizione Earn big while browsing.
Dimensione del File 346 KB
Conteggio Installazioni 904
Versione Corrente 2.0.1
Ultimo Aggiornamento 2023-06-28
Data di Pubblicazione 2023-05-02
Sviluppatore Frisbee Rewards Technologies, Inc.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.frisbeerewards.com/
URL della Pagina di Aiuto https://www.frisbeerewards.com/help
URL della Pagina della Politica sulla Privacy https://www.frisbeerewards.com/privacy-policy
Lingue Supportate 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"
    }
}