Nomovdo - Video Blocker

Block ALL videos

Apa itu Nomovdo - Video Blocker?

Nomovdo - Video Blocker adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Block ALL videos".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Nomovdo - Video Blocker

Unduh file ekstensi Nomovdo - Video Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Nomovdo - Video Blocker Nomovdo - Video Blocker
ID liceejagengiobjejmofgipjdmcojlli
URL Resmi https://chromewebstore.google.com/detail/nomovdo-video-blocker/liceejagengiobjejmofgipjdmcojlli
Deskripsi Block ALL videos
Ukuran File 9.24 KB
Jumlah Instalasi 1,471
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2018-03-24
Tanggal Publikasi 2018-03-24
Penilaian 4.31/5 Total 16 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/bullno1/nomovdo
Bahasa yang Didukung 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
}