YouTube Video Stop

Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions.

Apa itu YouTube Video Stop?

YouTube Video Stop adalah ekstensi Chrome yang dikembangkan oleh Dima PM, dan fitur utamanya adalah "Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube Video Stop

Unduh file ekstensi YouTube Video Stop 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

                        Extension allows to stop YouTube video. This reduces memory consumption and network utilization.                    

Informasi Dasar Ekstensi

Nama YouTube Video Stop YouTube Video Stop
ID mhmdcmblbgflcidbcdnpkdikjhfmjone
URL Resmi https://chromewebstore.google.com/detail/youtube-video-stop/mhmdcmblbgflcidbcdnpkdikjhfmjone
Deskripsi Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions.
Ukuran File 6.04 KB
Jumlah Instalasi 125
Versi Saat Ini 0.5
Terakhir Diperbarui 2021-06-22
Tanggal Publikasi 2016-11-10
Pengembang Dima PM
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dima PM",
    "page_action": {
        "default_icon": {
            "19": "icon.png"
        }
    },
    "background": {
        "scripts": [
            "optional_permissions.js",
            "background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "manifest_version": 2,
    "name": "YouTube Video Stop",
    "description": "Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions.",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "optional_permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.youtube.com\/embed\/*"
    ],
    "version": "0.5"
}