Supernatural Countdown

Shows the countdown status for the upcoming episode of Supernatural

Supernatural Countdownคืออะไร?

Supernatural Countdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://teamfreewill.net และคุณลักษณะหลักของมันคือ "Shows the countdown status for the upcoming episode of Supernatural"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Supernatural Countdown ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        More features coming soon...                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Supernatural Countdown Supernatural Countdown
ID mcnakfbmcipbgjechgecfccfhncfpikg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/supernatural-countdown/mcnakfbmcipbgjechgecfccfhncfpikg
คำอธิบาย Shows the countdown status for the upcoming episode of Supernatural
ขนาดไฟล์ 421 KB
จำนวนการติดตั้ง 291
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2016-03-16
วันที่เผยแพร่ 2016-03-16
คะแนน 4.59/5 รวมทั้งหมด 39 คะแนน
ผู้พัฒนา http://teamfreewill.net
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Supernatural Countdown",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Shows the countdown status for the upcoming episode of Supernatural",
    "homepage_url": "http:\/\/countdown.teamfreewill.net",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Supernatural Countdown",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "cookies",
        "history",
        "tabs"
    ],
    "omnibox": {
        "keyword": "extensionizr"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/teamfreewill.net\/*",
                "https:\/\/widget.teamfreewill.net\/*"
            ],
            "css": [
                "src\/inject\/inject.css",
                "css\/countdown.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/teamfreewill.net\/*",
                "https:\/\/widget.teamfreewill.net\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}