Hub

New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.

ما هو Hub؟

Hub هو إضافة Chrome تم تطويرها بواسطة andwoo، والميزة الرئيسية لها هي "New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Hub

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

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

                        View your list of Live Twitch streamers, upcoming e-sports matches and a list of your favourite subreddits all in one place, the Hub.                    

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

الاسم Hub Hub
ID fmbiminakmgaaglnogaemeighbdoolmi
عنوان URL الرسمي https://chromewebstore.google.com/detail/hub/fmbiminakmgaaglnogaemeighbdoolmi
الوصف New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.
حجم الملف 329 KB
عدد التثبيتات 32
النسخة الحالية 2.5.0
آخر تحديث 2023-08-11
تاريخ النشر 2020-05-10
تقييم 5.00/5 مجموع تقييمات 1
المطور andwoo
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://amanley.com
عنوان صفحة المساعدة https://github.com/andwoo/browser-extension-homescreen
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hub",
    "version": "2.5.0",
    "description": "New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches.",
    "icons": {
        "16": "dist\/icons\/icon16.png",
        "48": "dist\/icons\/icon48.png",
        "128": "dist\/icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "dist\/index.html"
    },
    "permissions": [
        "https:\/\/api.reddit.com\/",
        "https:\/\/api.twitch.tv\/",
        "https:\/\/www.vlr.gg\/",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/api.rss2json.com\/",
        "storage"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}