YouTube Video Stop

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

Hvad er YouTube Video Stop?

YouTube Video Stop er en Chrome-udvidelse udviklet af Dima PM, og dens hovedfunktion er "Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions.".

Udvidelsesskærmbilleder

screenshot

Download YouTube Video Stop-udvidelses-CRX-fil

Download YouTube Video Stop-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn YouTube Video Stop YouTube Video Stop
ID mhmdcmblbgflcidbcdnpkdikjhfmjone
Officiel URL https://chromewebstore.google.com/detail/youtube-video-stop/mhmdcmblbgflcidbcdnpkdikjhfmjone
Beskrivelse Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions.
Filstørrelse 6.04 KB
Antal Installationer 125
Nuværende Version 0.5
Senest Opdateret 2021-06-22
Udgivelsesdato 2016-11-10
Udvikler Dima PM
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}