Nomovdo - Video Blocker

Block ALL videos

Qu'est-ce que Nomovdo - Video Blocker ?

Nomovdo - Video Blocker est une extension Chrome développée par Unknown, et sa fonction principale est "Block ALL videos".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Nomovdo - Video Blocker

Téléchargez les fichiers d'extension Nomovdo - Video Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Nomovdo - Video Blocker Nomovdo - Video Blocker
ID liceejagengiobjejmofgipjdmcojlli
URL Officiel https://chromewebstore.google.com/detail/nomovdo-video-blocker/liceejagengiobjejmofgipjdmcojlli
Description Block ALL videos
Taille du Fichier 9.24 KB
Nombre d'Installations 1,471
Version Actuelle 0.1.2
Dernière Mise à Jour 2018-03-24
Date de Publication 2018-03-24
Évaluation 4.31/5 Total 16 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/bullno1/nomovdo
Langues Prises en Charge 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
}