Reddit Soccer Threads

List /r/soccer match threads

ما هو Reddit Soccer Threads؟

Reddit Soccer Threads هو إضافة Chrome تم تطويرها بواسطة prnyjn، والميزة الرئيسية لها هي "List /r/soccer match threads".

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

screenshot

تحميل ملف CRX للإضافة Reddit Soccer Threads

قم بتنزيل ملفات الامتداد Reddit Soccer Threads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}