Ode

Coupon codes to support your favorite pods

Ode란 무엇입니까?

Ode은(는) Ode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Coupon codes to support your favorite pods"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Ode 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}