YouTube High Definition

This extension is powerful tool that will let you play all videos in HD and change video player size automatically.

Wat is YouTube High Definition?

YouTube High Definition is een Chrome-extensie ontwikkeld door https://barisderin.com, en de belangrijkste functie is "This extension is powerful tool that will let you play all videos in HD and change video player size automatically.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube High Definition

Download YouTube High Definition-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension is a powerful tool that will let you 

* automatically play all videos in HD
* turn off annotations 
* change video player size 
* automatically stop videos 
* auto mute video sound
* have HD support for all other YouTube videos on other external sites like Twitter, Reddit and Facebook.                    

Basisinformatie over de Extensie

Naam YouTube High Definition YouTube High Definition
ID dokdlgjaaaijndfajoknjbelmadhomca
Officiële URL https://chromewebstore.google.com/detail/youtube-high-definition/dokdlgjaaaijndfajoknjbelmadhomca
Beschrijving This extension is powerful tool that will let you play all videos in HD and change video player size automatically.
Bestandsgrootte 205 KB
Aantal Installaties 10,000
Huidige Versie 118.0.3
Laatst Bijgewerkt 2023-09-19
Publicatiedatum 2022-05-31
Beoordeling 3.79/5 Totaal 159 Beoordelingen
Ontwikkelaar https://barisderin.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://barisderin.com/?p=39
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "118.0.3",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "options_page": "popup\/popup.html",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content_script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style\/*",
                "scripts\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}