Ode

Coupon codes to support your favorite pods

Odeคืออะไร?

Ode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ode และคุณลักษณะหลักของมันคือ "Coupon codes to support your favorite pods"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ode

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}