Mute Ads on JioCinema

Mute ads on JioCinema live cricket matches

Mute Ads on JioCinema란 무엇입니까?

Mute Ads on JioCinema은(는) Mukunda Holla에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mute ads on JioCinema live cricket matches"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Mute Ads on JioCinema 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Mute Ads on JioCinema Live Cricket Matches

Enjoy uninterrupted live cricket on JioCinema without the annoyance of repetitive ads and their disruptive sounds. The Mute Ads on JioCinema extension helps you watch IPL cricket matches with ease, automatically muting ads during the live stream and unmuting when the ads are over.

Say goodbye to the frustration caused by noisy ads and experience a seamless cricket viewing experience with this handy extension. Now you can fully immerse yourself in the excitement of the game without any distractions!

Key features:

Automatically mutes ads during live cricket matches on JioCinema
Unmutes the sound when ads are over, so you don't miss any crucial moments
Enhance your cricket viewing experience by eliminating irritating ad sounds
Focus solely on the game and enjoy the thrill of IPL matches in peace
Install the Mute Ads on JioCinema extension today and elevate your live cricket watching experience to a whole new level!                    

확장 프로그램 기본 정보

이름 Mute Ads on JioCinema Mute Ads on JioCinema
ID jjanefolckkafeelbbjmbmidbnodobap
공식 URL https://chromewebstore.google.com/detail/mute-ads-on-jiocinema/jjanefolckkafeelbbjmbmidbnodobap
설명 Mute ads on JioCinema live cricket matches
파일 크기 3.6 MB
설치 횟수 1,642
현재 버전 0.1
최근 업데이트 2023-04-19
출시 날짜 2023-04-19
평점 3.63/5 총 8 개의 평점
개발자 Mukunda Holla
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mute Ads on JioCinema",
    "version": "0.1",
    "description": "Mute ads on JioCinema live cricket matches",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.jiocinema.com\/*"
            ],
            "js": [
                "muteAds.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}