Pogo: Earn on Everything

Earn and save while browsing.

What is Pogo: Earn on Everything?

Pogo: Earn on Everything is a Chrome extension developed by https://joinpogo.com, and its main feature is "Earn and save while browsing.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Pogo: Earn on Everything Extension CRX File

Download Pogo: Earn on Everything extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Pogo rewards you for your everyday shopping and browsing.

Upgrade your browsing game with Pogo! Add our browser extension in seconds, browse as usual, and let us do the work.

We help you to:

🎉 Passively Earn Points. No surveys, no ads or changing your browsing. Earn rewards for the data you already share.

💯 Get Rewards as Good as Cash. Rack up Pogo points that you can cash out.

✅ Take Control of Your Data. Full transparency and control over your data - manage your data sharing at any time.                    

Extension Basic Information

Name Pogo: Earn on Everything Pogo: Earn on Everything
ID olnojfnooflgliapbmgbngbohkeckoie
Official URL https://chromewebstore.google.com/detail/pogo-earn-on-everything/olnojfnooflgliapbmgbngbohkeckoie
Description Earn and save while browsing.
File Size 1.95 MB
Installation Count 20,000
Current Version 2.2.8
Last Updated 2024-02-22
Publish Date 2023-02-16
Rating 4.84/5 Total 1638 Ratings
Developer https://joinpogo.com
Email [email protected]
Payment Type free
Extension Website https://www.joinpogo.com/
Help Page URL https://joinpogosupport.zendesk.com/hc/en-us
Privacy Policy Page URL https://www.joinpogo.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "2.2.8",
    "author": "Pogo Technologies, inc.",
    "name": "Pogo: Earn on Everything",
    "description": "Earn and save while browsing.",
    "permissions": [
        "storage",
        "notifications",
        "webRequest",
        "history",
        "unlimitedStorage",
        "scripting"
    ],
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/amazon.com\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/target.com\/*",
                "https:\/\/*.target.com\/*",
                "https:\/\/bestbuy.com\/*",
                "https:\/\/*.bestbuy.com\/*",
                "https:\/\/cvs.com\/*",
                "https:\/\/*.cvs.com\/*",
                "https:\/\/lowes.com\/*",
                "https:\/\/*.lowes.com\/*",
                "https:\/\/instacart.com\/*",
                "https:\/\/*.instacart.com\/*",
                "https:\/\/costco.com\/*",
                "https:\/\/*.costco.com\/*",
                "https:\/\/kroger.com\/*",
                "https:\/\/*.kroger.com\/*"
            ],
            "js": [
                "checkout.a523e11e.js"
            ],
            "all_frames": false,
            "css": [
                "font.9cdb0935.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.joinpogo.com\/computer*"
            ],
            "js": [
                "loginRoot.143e96a2.js"
            ],
            "all_frames": false,
            "css": [
                "font.9cdb0935.css",
                "loginRoot.64262913.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "https:\/\/amazon.com\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/target.com\/*",
                "https:\/\/*.target.com\/*",
                "https:\/\/bestbuy.com\/*",
                "https:\/\/*.bestbuy.com\/*",
                "https:\/\/cvs.com\/*",
                "https:\/\/*.cvs.com\/*",
                "https:\/\/lowes.com\/*",
                "https:\/\/*.lowes.com\/*",
                "https:\/\/instacart.com\/*",
                "https:\/\/*.instacart.com\/*",
                "https:\/\/costco.com\/*",
                "https:\/\/*.costco.com\/*",
                "https:\/\/kroger.com\/*",
                "https:\/\/*.kroger.com\/*"
            ],
            "resources": [
                "Garnett-Regular.1440952f.woff2",
                "pogotext2.e8c41314.png",
                "x.3ef1b32f.png",
                "checkout.3e96fdc0.css",
                "Garnett-Regular.1440952f.woff2",
                "Garnett-Medium.169bd706.woff2"
            ]
        },
        {
            "matches": [
                "https:\/\/*.joinpogo.com\/*"
            ],
            "resources": [
                "Garnett-Regular.1440952f.woff2",
                "pogotext2.e8c41314.png",
                "x.3ef1b32f.png",
                "QRCodePhone.e0b86783.png",
                "marketResearch.a88225df.png",
                "Confetti.427eda43.png",
                "BigGoldDollar.2246bdfd.png",
                "checkout.3e96fdc0.css",
                "Garnett-Regular.1440952f.woff2",
                "Garnett-Medium.169bd706.woff2"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.joinpogo.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}