Ode

Coupon codes to support your favorite pods

Cos'è Ode?

Ode è un'estensione di Chrome sviluppata da Ode, e la sua funzione principale è "Coupon codes to support your favorite pods".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Ode

Scarica i file di estensione Ode 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

                        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!                    

Informazioni di Base sull'Estensione

Nome Ode Ode
ID ghjaigpidhfbbhdhbhmhhdkdelnchmmp
URL Ufficiale https://chromewebstore.google.com/detail/ode/ghjaigpidhfbbhdhbhmhhdkdelnchmmp
Descrizione Coupon codes to support your favorite pods
Dimensione del File 68.52 KB
Conteggio Installazioni 190
Versione Corrente 0.0.4
Ultimo Aggiornamento 2020-06-15
Data di Pubblicazione 2020-06-15
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Ode
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}