Soccer Streamlined

This extension is no longer useful. Reddit is not active with soccer streams anymore.

Soccer Streamlinedคืออะไร?

Soccer Streamlined เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.davidtimovski.com และคุณลักษณะหลักของมันคือ "This extension is no longer useful. Reddit is not active with soccer streams anymore."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Soccer Streamlined

ดาวน์โหลดไฟล์ส่วนขยาย Soccer Streamlined ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Watching soccer online has never been easier. Click on the icon and you'll see a list of the current and upcoming soccer matches that there are streams for. Click on the match you wish to watch and you'll get a list of links.

This extension uses www.reddit.com (whichever football streaming subreddit that is currently not banned) for its data. The large number of dedicated streamers and watchers over there ensure that there are streams available for all of the matches played in the popular leagues.

You can search through the matches by typing on your keyboard. Pressing Enter will open the first match in the table.

The code behind the extension is open sourced: https://github.com/davidtimovski/soccer-streamlined                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Soccer Streamlined Soccer Streamlined
ID lcabedmhpejejhpjdfehcojabbdfihci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/soccer-streamlined/lcabedmhpejejhpjdfehcojabbdfihci
คำอธิบาย This extension is no longer useful. Reddit is not active with soccer streams anymore.
ขนาดไฟล์ 661 KB
จำนวนการติดตั้ง 515
เวอร์ชันปัจจุบัน 1.57
อัปเดตครั้งล่าสุด 2020-05-14
วันที่เผยแพร่ 2020-05-14
คะแนน 4.75/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://www.davidtimovski.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Soccer Streamlined",
    "version": "1.57",
    "description": "This extension is no longer useful. Reddit is not active with soccer streams anymore.",
    "icons": {
        "16": "images\/icon-16.png",
        "24": "images\/icon-24.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Soccer Streamlined",
        "default_popup": "popup.html"
    }
}