Ode

Coupon codes to support your favorite pods

Wat is Ode?

Ode is een Chrome-extensie ontwikkeld door Ode, en de belangrijkste functie is "Coupon codes to support your favorite pods".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ode

Download Ode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Ode Ode
ID ghjaigpidhfbbhdhbhmhhdkdelnchmmp
Officiële URL https://chromewebstore.google.com/detail/ode/ghjaigpidhfbbhdhbhmhhdkdelnchmmp
Beschrijving Coupon codes to support your favorite pods
Bestandsgrootte 68.52 KB
Aantal Installaties 190
Huidige Versie 0.0.4
Laatst Bijgewerkt 2020-06-15
Publicatiedatum 2020-06-15
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Ode
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}