YouTube-Auto HD

Make YouTube videos automatically play in HD.

Apa itu YouTube-Auto HD?

YouTube-Auto HD adalah ekstensi Chrome yang dikembangkan oleh dmd1780, dan fitur utamanya adalah "Make YouTube videos automatically play in HD.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube-Auto HD

Unduh file ekstensi YouTube-Auto HD 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

                        Make YouTube videos automatically play in HD.

This is a relaunch of the orginal code of "YouTube-Auto HDTM", with the difference, that in this code is no spying code included (expl: Google Analytics).                    

Informasi Dasar Ekstensi

Nama YouTube-Auto HD YouTube-Auto HD
ID moddnjecmknkeaemnblhfjlgbanafobc
URL Resmi https://chrome.google.com/webstore/detail/youtube-auto-hd/moddnjecmknkeaemnblhfjlgbanafobc
Deskripsi Make YouTube videos automatically play in HD.
Ukuran File 105 KB
Jumlah Instalasi 1,197
Versi Saat Ini 1.3.1
Terakhir Diperbarui 2022-09-30
Tanggal Publikasi 2019-02-20
Penilaian 2.60/5 Total 5 Penilaian
Pengembang dmd1780
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung de,en,fr,nl,no,tr,da,es,it,fi,sv,ru,hi,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "\/libs\/jquery.js",
            "\/libs\/utils.js",
            "\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "libs\/jquery.js",
                "libs\/utils.js",
                "content\/youtube.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "http:\/\/unze4u.de",
    "icons": {
        "16": "icons\/icon-16.ico",
        "48": "icons\/icon-48.ico",
        "128": "icons\/icon-128.ico"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_page": "settings\/settings.htm",
    "page_action": {
        "default_icon": {
            "16": "icons\/icon-16.ico",
            "48": "icons\/icon-48.ico",
            "128": "icons\/icon-128.ico"
        },
        "default_popup": "settings\/settings.htm",
        "default_title": "__MSG_extSettings__"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "version": "1.3.1"
}