Earny - Up to 20% Cash Back

Earny: Money Back Savings App

Cos'è Earny - Up to 20% Cash Back?

Earny - Up to 20% Cash Back è un'estensione di Chrome sviluppata da https://earny.com, e la sua funzione principale è "Earny: Money Back Savings App".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Earny - Up to 20% Cash Back

Scarica i file di estensione Earny - Up to 20% Cash Back 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Earny - Up to 20% Cash Back Earny - Up to 20% Cash Back
ID ogbhbgkiojdollpjbhbamafmedkeockb
URL Ufficiale https://chromewebstore.google.com/detail/earny-up-to-20%25-cash-back/ogbhbgkiojdollpjbhbamafmedkeockb
Descrizione Earny: Money Back Savings App
Dimensione del File 4.65 MB
Conteggio Installazioni 20,000
Versione Corrente 1.8.2
Ultimo Aggiornamento 2023-04-05
Data di Pubblicazione 2020-06-29
Valutazione 3.46/5 Totale 80 Valutazioni
Sviluppatore https://earny.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.earny.com
URL della Pagina di Aiuto http://support.earny.co
URL della Pagina della Politica sulla Privacy https://support.earny.co/hc/en-us/articles/218609757-Privacy-Policy
Lingue Supportate 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'"
    }
}