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
Eメール [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"
        ]
    }
}