Soccer Streams AceStream Linker

Convert acestream text into clicable links.

What is Soccer Streams AceStream Linker?

Soccer Streams AceStream Linker is a Chrome extension developed by cerberossr, and its main feature is "Convert acestream text into clicable links.".

Extension Screenshots

screenshot
screenshot

Download Soccer Streams AceStream Linker Extension CRX File

Download Soccer Streams AceStream Linker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Basic Information

Name Soccer Streams AceStream Linker Soccer Streams AceStream Linker
ID gfobbobglfbphfkaeifonggijdmdgiaa
Official URL https://chromewebstore.google.com/detail/soccer-streams-acestream/gfobbobglfbphfkaeifonggijdmdgiaa
Description Convert acestream text into clicable links.
File Size 314 KB
Installation Count 2,761
Current Version 1.2.6
Last Updated 2023-05-29
Publish Date 2019-05-08
Rating 4.25/5 Total 4 Ratings
Developer cerberossr
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}