Dizibox Ad Remover
Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.
什么是Dizibox Ad Remover?
Dizibox Ad Remover是由M. Mücahit Tezcan开发的Chrome扩展程序,该扩展的主要功能是“Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.”。
扩展截图
下载Dizibox Ad Remover扩展crx文件
下载Dizibox Ad Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.
扩展基本信息
名称 | |
ID | njalpngpbgomlhodahcanafhhimggjel |
官方URL | https://chrome.google.com/webstore/detail/dizibox-ad-remover/njalpngpbgomlhodahcanafhhimggjel |
简介 | Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle. |
文件大小 | 15.35 KB |
安装次数 | 34 |
当前版本 | 0.1.4 |
更新时间 | 2020-04-17 |
上架时间 | 2020-04-17 |
评分 | 5.00/5 共4次评分 |
开发者 | M. Mücahit Tezcan |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://focusthen.tech/ |
帮助页面URL | https://focusthen.tech/ |
隐私政策页面URL | https://focusthen.tech |
支持的语言 | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dizibox Ad Remover", "description": "Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.", "version": "0.1.4", "content_scripts": [ { "matches": [ "https:\/\/www.dizibox.pw\/*", "http:\/\/www.dizibox.pw\/*", "https:\/\/dizilab.pw\/*", "http:\/\/dizilab.pw\/*", "https:\/\/dizimag1.org\/*", "http:\/\/dizimag1.org\/*", "https:\/\/filmakinesi.net\/*", "https:\/\/720pizle.org\/*" ], "js": [ "main.js" ], "css": [ "main.css" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Dizibox Ad Remover" }, "icons": { "128": "icon128.png" } } |