Frisbee: Earn big while browsing

Earn big while browsing.

Frisbee: Earn big while browsingとは何ですか?

Frisbee: Earn big while browsingはFrisbee Rewards Technologies, Inc.によって開発されたChromeの拡張機能で、その主な機能は「Earn big while browsing.」です。

拡張機能のスクリーンショット

screenshot

Frisbee: Earn big while browsing拡張機能のCRXファイルをダウンロード

Frisbee: Earn big while browsing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Frisbee: Earn big while browsing Frisbee: Earn big while browsing
ID cppobnnjbeloibeklmpgajoggemofgec
公式URL https://chromewebstore.google.com/detail/frisbee-earn-big-while-br/cppobnnjbeloibeklmpgajoggemofgec
説明 Earn big while browsing.
ファイルサイズ 346 KB
インストール数 904
現在のバージョン 2.0.1
最終更新日 2023-06-28
公開日 2023-05-02
開発者 Frisbee Rewards Technologies, Inc.
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.frisbeerewards.com/
ヘルプページのURL https://www.frisbeerewards.com/help
プライバシーポリシーページのURL https://www.frisbeerewards.com/privacy-policy
対応言語 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"
    }
}