YouTube Video Stop

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

Vad är YouTube Video Stop?

YouTube Video Stop är en Chrome-tillägg utvecklad av Dima PM, och dess huvudfunktion är "Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions.".

Tilläggsskärmbilder

screenshot

Ladda ner YouTube Video Stop-förlängningens CRX-fil

Ladda ner YouTube Video Stop-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn YouTube Video Stop YouTube Video Stop
ID mhmdcmblbgflcidbcdnpkdikjhfmjone
Officiell webbadress https://chromewebstore.google.com/detail/youtube-video-stop/mhmdcmblbgflcidbcdnpkdikjhfmjone
Beskrivning Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions.
Filstorlek 6.04 KB
Antal Installationer 125
Aktuell Version 0.5
Senast Uppdaterad 2021-06-22
Publiceringsdatum 2016-11-10
Utvecklare Dima PM
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}