Ode

Coupon codes to support your favorite pods

Hvad er Ode?

Ode er en Chrome-udvidelse udviklet af Ode, og dens hovedfunktion er "Coupon codes to support your favorite pods".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Ode-udvidelses-CRX-fil

Download Ode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Ode helps you support your favorite podcasts and get discounts while you shop! 

When you're shopping, just click on the Ode extension and we'll let you know if there are coupon codes available from your favorite podcasts. You no longer have to try to remember what ads and promo codes your favorite podcast hosts have read. We have you covered! 

If you're a creator, check us out at https://ode.media and get in touch!                    

Grundlæggende oplysninger om udvidelsen

Navn Ode Ode
ID ghjaigpidhfbbhdhbhmhhdkdelnchmmp
Officiel URL https://chromewebstore.google.com/detail/ode/ghjaigpidhfbbhdhbhmhhdkdelnchmmp
Beskrivelse Coupon codes to support your favorite pods
Filstørrelse 68.52 KB
Antal Installationer 190
Nuværende Version 0.0.4
Senest Opdateret 2020-06-15
Udgivelsesdato 2020-06-15
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler Ode
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ode",
    "version": "0.0.4",
    "description": "Coupon codes to support your favorite pods",
    "icons": {
        "16": "icons\/icon12.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/us-central1-podcast-database.cloudfunctions.net\/return_codes"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "jquery-git.slim.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "podcodes.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}