Earny - Up to 20% Cash Back

Earny: Money Back Savings App

Apa itu Earny - Up to 20% Cash Back?

Earny - Up to 20% Cash Back adalah ekstensi Chrome yang dikembangkan oleh https://earny.com, dan fitur utamanya adalah "Earny: Money Back Savings App".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Earny - Up to 20% Cash Back

Unduh file ekstensi Earny - Up to 20% Cash Back dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Earny - Up to 20% Cash Back Earny - Up to 20% Cash Back
ID ogbhbgkiojdollpjbhbamafmedkeockb
URL Resmi https://chromewebstore.google.com/detail/earny-up-to-20%25-cash-back/ogbhbgkiojdollpjbhbamafmedkeockb
Deskripsi Earny: Money Back Savings App
Ukuran File 4.65 MB
Jumlah Instalasi 20,000
Versi Saat Ini 1.8.2
Terakhir Diperbarui 2023-04-05
Tanggal Publikasi 2020-06-29
Penilaian 3.46/5 Total 80 Penilaian
Pengembang https://earny.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.earny.com
URL Halaman Bantuan http://support.earny.co
URL Halaman Kebijakan Privasi https://support.earny.co/hc/en-us/articles/218609757-Privacy-Policy
Bahasa yang Didukung 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'"
    }
}