Soccer Streams AceStream Linker
Convert acestream text into clicable links.
Soccer Streams AceStream Linker란 무엇입니까?
Soccer Streams AceStream Linker은(는) cerberossr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert acestream text into clicable links."입니다.
확장 프로그램 스크린샷
Soccer Streams AceStream Linker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension works only on https://footibyte.com and get all posts that has an acestream links, add them inside tag which makes them clickable and its easier for the users to open them in ace stream player... Declaimer: I do not own, or work for footybyte or soccerstreams. I just like they're work and thought to make an extension that could turn accestream links into clickable so they could open easier on ace player...
확장 프로그램 기본 정보
이름 | 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\/*" ] } |