多瑙影院 dnvod plugins
remove ad element from dnvod.tv, 去除多瑙影院广告(dnvod.tv)
What is 多瑙影院 dnvod plugins?
多瑙影院 dnvod plugins is a Chrome extension developed by mc1991, and its main feature is "remove ad element from dnvod.tv, 去除多瑙影院广告(dnvod.tv)".
Extension Screenshots
Download 多瑙影院 dnvod plugins Extension CRX File
Download 多瑙影院 dnvod plugins extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
去除多瑙广告,节省时间。 -更新支持旧版 -支持hotkey -更新支持更多版块 喜欢点赞 注意!!! 这插件和adblock冲突, 要把www.dnvod.tv白名单 注意!!! 这插件和adblock冲突, 要把www.dnvod.tv白名单 注意!!! 这插件和adblock冲突, 要把www.dnvod.tv白名单 ============= SEO -www.ifun.tv -ifun -ifun tv 插件 -ifvod.tv
Extension Basic Information
Name | 多瑙影院 dnvod plugins |
ID | mjjpndhmkjgapkmkmanfhhfellhpkglf |
Official URL | https://chromewebstore.google.com/detail/%E5%A4%9A%E7%91%99%E5%BD%B1%E9%99%A2-dnvod-plugins/mjjpndhmkjgapkmkmanfhhfellhpkglf |
Description | remove ad element from dnvod.tv, 去除多瑙影院广告(dnvod.tv) |
File Size | 602 KB |
Installation Count | 1,152 |
Current Version | 1.1.5 |
Last Updated | 2020-05-23 |
Publish Date | 2020-05-22 |
Rating | 4.93/5 Total 29 Ratings |
Developer | mc1991 |
Payment Type | free |
Supported Languages | 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'" } |