College Basketball News

Keep up with the latest college basketball news.

ما هو College Basketball News؟

College Basketball News هو إضافة Chrome تم تطويرها بواسطة Neptune Media، والميزة الرئيسية لها هي "Keep up with the latest college basketball news.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة College Basketball News

قم بتنزيل ملفات الامتداد College Basketball News بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Stay up to date with all the latest college basketball news.                    

معلومات أساسية عن التمديد

الاسم College Basketball News College Basketball News
ID lbjfchofagfblofekkeeingmfobikold
عنوان URL الرسمي https://chromewebstore.google.com/detail/college-basketball-news/lbjfchofagfblofekkeeingmfobikold
الوصف Keep up with the latest college basketball news.
حجم الملف 109 KB
عدد التثبيتات 20
النسخة الحالية 0.4
آخر تحديث 2014-03-23
تاريخ النشر 2014-03-22
تقييم 4.00/5 مجموع تقييمات 1
المطور Neptune Media
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "College Basketball News",
    "short_name": "Basketball News",
    "version": "0.4",
    "description": "Keep up with the latest college basketball news.",
    "homepage_url": "http:\/\/www.espn.com",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "http:\/\/sports.espn.go.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Basketball News",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}