Nomovdo - Video Blocker

Block ALL videos

Wat is Nomovdo - Video Blocker?

Nomovdo - Video Blocker is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Block ALL videos".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Nomovdo - Video Blocker

Download Nomovdo - Video Blocker-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

                        An easy-to-use video blocker that works consistently across many websites.

Features:

- Block all videos by default.
- One click to permanently whitelist a website.                    

Basisinformatie over de Extensie

Naam Nomovdo - Video Blocker Nomovdo - Video Blocker
ID liceejagengiobjejmofgipjdmcojlli
Officiële URL https://chromewebstore.google.com/detail/nomovdo-video-blocker/liceejagengiobjejmofgipjdmcojlli
Beschrijving Block ALL videos
Bestandsgrootte 9.24 KB
Aantal Installaties 1,471
Huidige Versie 0.1.2
Laatst Bijgewerkt 2018-03-24
Publicatiedatum 2018-03-24
Beoordeling 4.31/5 Totaal 16 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/bullno1/nomovdo
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nomovdo - Video Blocker",
    "short_name": "Nomovdo",
    "version": "0.1.2",
    "description": "Block ALL videos",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "nomovdo.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "manifest_version": 2
}