Soccer Streams AceStream Linker

Convert acestream text into clicable links.

Soccer Streams AceStream Linkerคืออะไร?

Soccer Streams AceStream Linker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cerberossr และคุณลักษณะหลักของมันคือ "Convert acestream text into clicable links."

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

screenshot
screenshot

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

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

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

ชื่อ Soccer Streams AceStream Linker Soccer Streams AceStream Linker
ID gfobbobglfbphfkaeifonggijdmdgiaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/soccer-streams-acestream/gfobbobglfbphfkaeifonggijdmdgiaa
คำอธิบาย Convert acestream text into clicable links.
ขนาดไฟล์ 314 KB
จำนวนการติดตั้ง 2,761
เวอร์ชันปัจจุบัน 1.2.6
อัปเดตครั้งล่าสุด 2023-05-29
วันที่เผยแพร่ 2019-05-08
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา cerberossr
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Soccer Streams AceStream Linker",
    "version": "1.2.6",
    "description": "Convert acestream text into clicable links.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        },
        "default_title": "Reddit AceStream",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "extras.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.footybite.com\/*",
                "http:\/\/elixx.me\/*",
                "http:\/\/bfst.to\/*",
                "http:\/\/www.aquastreams.club\/*",
                "http:\/\/streamwatcher.xyz\/*",
                "http:\/\/levantisportslive.blogspot.com\/*",
                "http:\/\/tsporv7.ucoz.club\/*",
                "https:\/\/thesportsflix.com\/*",
                "http:\/\/www.baldsports.com\/*",
                "https:\/\/live90m.blogspot.com\/*",
                "http:\/\/tsporv19.ucoz.club\/*",
                "http:\/\/tsportv6.ucoz.club\/*",
                "http:\/\/www.hdsports.ga\/*",
                "https:\/\/elixx.me\/*",
                "http:\/\/theriser.info\/*",
                "https:\/\/daddylive.live\/*",
                "https:\/\/optimusvision7.blogspot.com\/*",
                "https:\/\/cricfree.stream\/*",
                "http:\/\/tsportv7.ucoz.club\/*",
                "http:\/\/jefans.com\/*",
                "https:\/\/ladsnbastands.com\/*",
                "http:\/\/hockeynews.site\/*",
                "https:\/\/acestreamid.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "custom.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.footybite.com\/*",
        "http:\/\/elixx.me\/*",
        "http:\/\/bfst.to\/*",
        "http:\/\/www.aquastreams.club\/*",
        "http:\/\/streamwatcher.xyz\/*",
        "http:\/\/levantisportslive.blogspot.com\/*",
        "http:\/\/tsporv7.ucoz.club\/*",
        "https:\/\/thesportsflix.com\/*",
        "http:\/\/www.baldsports.com\/*",
        "https:\/\/live90m.blogspot.com\/*",
        "http:\/\/tsporv19.ucoz.club\/*",
        "http:\/\/tsportv6.ucoz.club\/*",
        "http:\/\/www.hdsports.ga\/*",
        "https:\/\/elixx.me\/*",
        "http:\/\/theriser.info\/*",
        "https:\/\/daddylive.live\/*",
        "https:\/\/optimusvision7.blogspot.com\/*",
        "https:\/\/cricfree.stream\/*",
        "http:\/\/tsportv7.ucoz.club\/*",
        "http:\/\/jefans.com\/*",
        "https:\/\/ladsnbastands.com\/*",
        "http:\/\/hockeynews.site\/*",
        "https:\/\/acestreamid.com\/*"
    ]
}