JioCinema™ AdBlocker

This extension blocks ads on JioCinema™.

什么是JioCinema™ AdBlocker?

JioCinema™ AdBlocker是由JioCinema Adblocker™开发的Chrome扩展程序,该扩展的主要功能是“This extension blocks ads on JioCinema™.”。

扩展截图

screenshot

下载JioCinema™ AdBlocker扩展crx文件

下载JioCinema™ AdBlocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
}