Hub

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

Hub क्या है?

Hub andwoo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New tab hub containing a list of your favourite subreddits, Twitch live streamers and upcoming esports matches."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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]"
        }
    }
}