Ode

Coupon codes to support your favorite pods

什么是Ode?

Ode是由Ode开发的Chrome扩展程序,该扩展的主要功能是“Coupon codes to support your favorite pods”。

扩展截图

screenshot
screenshot
screenshot

下载Ode扩展crx文件

下载Ode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Ode Ode
ID ghjaigpidhfbbhdhbhmhhdkdelnchmmp
官方URL https://chromewebstore.google.com/detail/ode/ghjaigpidhfbbhdhbhmhhdkdelnchmmp
简介 Coupon codes to support your favorite pods
文件大小 68.52 KB
安装次数 190
当前版本 0.0.4
更新时间 2020-06-15
上架时间 2020-06-15
评分 5.00/5 共5次评分
开发者 Ode
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        ]
    }
}