YouTube Video Stop

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

What is YouTube Video Stop?

YouTube Video Stop is a Chrome extension developed by Dima PM, and its main feature is "Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions.".

Extension Screenshots

screenshot

Download YouTube Video Stop Extension CRX File

Download YouTube Video Stop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouTube Video Stop YouTube Video Stop
ID mhmdcmblbgflcidbcdnpkdikjhfmjone
Official URL https://chromewebstore.google.com/detail/youtube-video-stop/mhmdcmblbgflcidbcdnpkdikjhfmjone
Description Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions.
File Size 6.04 KB
Installation Count 125
Current Version 0.5
Last Updated 2021-06-22
Publish Date 2016-11-10
Developer Dima PM
Email [email protected]
Payment Type free
Supported Languages 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"
}