多瑙影院 dnvod plugins

remove ad element from dnvod.tv, 去除多瑙影院广告(dnvod.tv)

Wat is 多瑙影院 dnvod plugins?

多瑙影院 dnvod plugins is een Chrome-extensie ontwikkeld door mc1991, en de belangrijkste functie is "remove ad element from dnvod.tv, 去除多瑙影院广告(dnvod.tv)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 多瑙影院 dnvod plugins

Download 多瑙影院 dnvod plugins-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        去除多瑙广告,节省时间。

-更新支持旧版
-支持hotkey
-更新支持更多版块

喜欢点赞

注意!!! 这插件和adblock冲突, 要把www.dnvod.tv白名单
注意!!! 这插件和adblock冲突, 要把www.dnvod.tv白名单
注意!!! 这插件和adblock冲突, 要把www.dnvod.tv白名单

=============
SEO
-www.ifun.tv
-ifun
-ifun tv 插件
-ifvod.tv                    

Basisinformatie over de Extensie

Naam 多瑙影院 dnvod plugins 多瑙影院 dnvod plugins
ID mjjpndhmkjgapkmkmanfhhfellhpkglf
Officiële URL https://chromewebstore.google.com/detail/%E5%A4%9A%E7%91%99%E5%BD%B1%E9%99%A2-dnvod-plugins/mjjpndhmkjgapkmkmanfhhfellhpkglf
Beschrijving remove ad element from dnvod.tv, 去除多瑙影院广告(dnvod.tv)
Bestandsgrootte 602 KB
Aantal Installaties 1,152
Huidige Versie 1.1.5
Laatst Bijgewerkt 2020-05-23
Publicatiedatum 2020-05-22
Beoordeling 4.93/5 Totaal 29 Beoordelingen
Ontwikkelaar mc1991
Betalingswijze free
Ondersteunde Talen 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'"
}