Reddit Soccer Threads

List /r/soccer match threads

Reddit Soccer Threads क्या है?

Reddit Soccer Threads prnyjn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "List /r/soccer match threads"।

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

screenshot

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

crx प्रारूप में Reddit Soccer Threads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        reddit.com/r/soccer match threads, combined with the ability of https://reddit-stream.com/, are an amazing way to experience matches. This add-on lists the recent matches so that they are just a click away.                    

एक्सटेंशन की मूल जानकारी

नाम Reddit Soccer Threads Reddit Soccer Threads
ID gklbhaedbencbimiknkhnalncnnbblai
आधिकारिक URL https://chrome.google.com/webstore/detail/reddit-soccer-threads/gklbhaedbencbimiknkhnalncnnbblai
विवरण List /r/soccer match threads
फ़ाइल का आकार 89.99 KB
स्थापना संख्या 20
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-03-04
प्रकाशन तिथि 2019-03-04
डेवलपर prnyjn
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/prnayjain/RedditSoccerThreads
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Soccer Threads",
    "version": "1.0",
    "description": "List \/r\/soccer match threads",
    "icons": {
        "48": "icons\/icon.png"
    },
    "permissions": [
        "identity",
        "cookies",
        "storage",
        "tabs",
        "https:\/\/www.reddit.com\/api\/v1\/access_token",
        "https:\/\/oauth.reddit.com\/*"
    ],
    "browser_action": {
        "default_title": "Reddit Soccer Threads",
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/icon.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "offline_enabled": false,
    "short_name": "Soccer Threads"
}