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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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