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 |
Eメール | [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" } } |