多瑙影院 dnvod plugins
remove ad element from dnvod.tv, 去除多瑙影院广告(dnvod.tv)
Was ist 多瑙影院 dnvod plugins?
多瑙影院 dnvod plugins ist eine Chrome-Erweiterung, die von mc1991 entwickelt wurde, und ihr Hauptmerkmal ist "remove ad element from dnvod.tv, 去除多瑙影院广告(dnvod.tv)".
Erweiterungsscreenshots
多瑙影院 dnvod plugins-Erweiterungs-CRX-Datei herunterladen
Laden Sie 多瑙影院 dnvod plugins-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
去除多瑙广告,节省时间。 -更新支持旧版 -支持hotkey -更新支持更多版块 喜欢点赞 注意!!! 这插件和adblock冲突, 要把www.dnvod.tv白名单 注意!!! 这插件和adblock冲突, 要把www.dnvod.tv白名单 注意!!! 这插件和adblock冲突, 要把www.dnvod.tv白名单 ============= SEO -www.ifun.tv -ifun -ifun tv 插件 -ifvod.tv
Grundlegende Informationen zur Erweiterung
Name | 多瑙影院 dnvod plugins |
ID | mjjpndhmkjgapkmkmanfhhfellhpkglf |
Offizielle URL | https://chromewebstore.google.com/detail/%E5%A4%9A%E7%91%99%E5%BD%B1%E9%99%A2-dnvod-plugins/mjjpndhmkjgapkmkmanfhhfellhpkglf |
Beschreibung | remove ad element from dnvod.tv, 去除多瑙影院广告(dnvod.tv) |
Dateigröße | 602 KB |
Installationsanzahl | 1,152 |
Aktuelle Version | 1.1.5 |
Letztes Update | 2020-05-23 |
Veröffentlichungsdatum | 2020-05-22 |
Bewertung | 4.93/5 Insgesamt 29 Bewertungen |
Entwickler | mc1991 |
Zahlungsart | free |
Unterstützte Sprachen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u591a\u7459\u5f71\u9662 dnvod plugins", "description": "remove ad element from dnvod.tv, \u53bb\u9664\u591a\u7459\u5f71\u9662\u5e7f\u544a(dnvod.tv)", "version": "1.1.5", "manifest_version": 2, "background": { "scripts": [ "javascripts\/background.js" ], "persistent": true }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.dnvod.tv\/*", "https:\/\/www.dnwyb.tv\/*", "http:\/\/www.dnwyb.tv\/*", "https:\/\/www.ifun.tv\/*", "http:\/\/www.ifun.tv\/*", "https:\/\/*.ifvod.tv\/*", "https:\/\/*.wyav.tv\/*" ], "js": [ "javascripts\/content\/adblocker.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.dnvod.tv\/*", "https:\/\/www.dnwyb.tv\/*", "http:\/\/www.dnwyb.tv\/*", "https:\/\/www.ifun.tv\/*", "http:\/\/www.ifun.tv\/*", "https:\/\/*.ifvod.tv\/*", "https:\/\/*.wyav.tv\/*" ], "js": [ "javascripts\/video.js" ], "css": [ "javascripts\/video-js.css" ], "run_at": "document_end" }, { "matches": [ "http:\/\/classic.dnvod.tv\/*", "https:\/\/classic.dnvod.tv\/*" ], "js": [ "javascripts\/content\/adblocker_classic.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.dnvod.tv\/*", "https:\/\/www.dnwyb.tv\/*", "http:\/\/www.dnwyb.tv\/*", "https:\/\/www.ifun.tv\/*", "http:\/\/www.ifun.tv\/*", "https:\/\/*.ifvod.tv\/*", "https:\/\/*.wyav.tv\/*" ], "css": [ "javascripts\/video-js.css" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/*.dnvod.tv\/*", "webRequest", "http:\/\/*.dnvod.tv\/*", "https:\/\/*.dnwyb.tv\/*", "http:\/\/*.dnwyb.tv\/*", "https:\/\/*.ifun.tv\/*", "http:\/\/*.ifun.tv\/*", "https:\/\/*.ifvod.tv\/*", "https:\/\/*.wyav.tv\/*" ], "web_accessible_resources": [ "javascripts\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |