JioCinema™ AdBlocker
This extension blocks ads on JioCinema™.
JioCinema™ AdBlocker란 무엇입니까?
JioCinema™ AdBlocker은(는) JioCinema Adblocker™에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension blocks ads on JioCinema™."입니다.
확장 프로그램 스크린샷
JioCinema™ AdBlocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Say goodbye to annoying ads on JioCinema™ with our simple and effective AdBlocker! Now you can watch your favorite movies and shows without interruptions. JioCinema™ AdBlocker blocks ads so you can enjoy a seamless and distraction-free streaming experience. Download now and make your entertainment time truly yours!
확장 프로그램 기본 정보
이름 | JioCinema™ AdBlocker |
ID | nkblkaeilibejlnlkkejcipjpbpjhfij |
공식 URL | https://chromewebstore.google.com/detail/jiocinema-adblocker/nkblkaeilibejlnlkkejcipjpbpjhfij |
설명 | This extension blocks ads on JioCinema™. |
파일 크기 | 20.97 KB |
설치 횟수 | 948 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-11-10 |
출시 날짜 | 2023-11-10 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | JioCinema Adblocker™ |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/1O0DKPGcRRerPhwrSV9oXhB9jcoURLl_iUIep4EWEX5Q |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 3, "name": "JioCinema\u2122 AdBlocker", "version": "1.0.0", "description": "This extension blocks ads on JioCinema\u2122.", "permissions": [ "declarativeNetRequest", "storage", "tabs" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |