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 |
官方網址 | 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" } } |