Earny - Up to 20% Cash Back

Earny: Money Back Savings App

What is Earny - Up to 20% Cash Back?

Earny - Up to 20% Cash Back is a Chrome extension developed by https://earny.com, and its main feature is "Earny: Money Back Savings App".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Earny - Up to 20% Cash Back Extension CRX File

Download Earny - Up to 20% Cash Back 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

                        AUTOMATIC CASHBACK
Automatically get cashback of up to 20% on your purchases! With just one click to activate while shopping, Earny will automatically give you cashback on your purchases. 
 
NEVER OVERPAY
Earny tracks the prices of billions of products online and gives you access to see the price history of items you want to buy! Not ready to purchase? Add the item to your Earny Watchlist and get notified within minutes of when prices drop.
 
PRICE PROTECTION
Earny tracks your purchases, travel reservations and deliveries and will get you money back if prices drop or deliveries are late after you make a purchase.
 
CASH REWARDS WITH FRIENDS
Use our Cash Back from Friends feature to get paid every time your friends make a purchase you recommended them. Every link you share with friends will be converted to your personal referral link that will earn you cashback when your friends shop with your recommendations. 
Happy Earnings!
---------------------------------------------------- 
By using this add-on, you agree to the Earny Terms & Conditions available at www.earny.com
Disclaimer: This extension uses Google Analytics to collect extension usage statistics to help improve user experience.                    

Extension Basic Information

Name Earny - Up to 20% Cash Back Earny - Up to 20% Cash Back
ID ogbhbgkiojdollpjbhbamafmedkeockb
Official URL https://chromewebstore.google.com/detail/earny-up-to-20%25-cash-back/ogbhbgkiojdollpjbhbamafmedkeockb
Description Earny: Money Back Savings App
File Size 4.65 MB
Installation Count 20,000
Current Version 1.8.2
Last Updated 2023-04-05
Publish Date 2020-06-29
Rating 3.46/5 Total 80 Ratings
Developer https://earny.com
Email [email protected]
Payment Type free
Extension Website https://www.earny.com
Help Page URL http://support.earny.co
Privacy Policy Page URL https://support.earny.co/hc/en-us/articles/218609757-Privacy-Policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Earny - Up to 20% Cash Back",
    "short_name": "Earny",
    "version": "1.8.2",
    "description": "Earny: Money Back Savings App",
    "icons": {
        "16": "icons\/logo-40.png",
        "48": "icons\/logo-80.png",
        "128": "icons\/logo-180.png"
    },
    "action": {
        "default_popup": "popup\/index.html",
        "default_title": "Earny"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content-script\/processor.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content-script\/clipboard-monitor-processor.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script\/static\/js\/2.chunk.js",
                "content-script\/static\/js\/main.chunk.js",
                "content-script\/static\/js\/runtime-main.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "content-script\/static\/css\/main.chunk.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-script\/static\/js\/main.chunk.js",
                "content-script\/static\/js\/runtime-main.js",
                "content-script\/static\/css\/2.chunk.css",
                "content-script\/static\/css\/main.chunk.css",
                "content-script\/extend-native-history-api.js",
                "fonts\/*.ttf"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "notifications",
        "clipboardWrite",
        "clipboardRead",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}