Youtube Manual AD Remover

Manually remove the youtube ads by pressing the ESC key (or Shift + E).

Apa itu Youtube Manual AD Remover?

Youtube Manual AD Remover adalah ekstensi Chrome yang dikembangkan oleh mountaindull, dan fitur utamanya adalah "Manually remove the youtube ads by pressing the ESC key (or Shift + E).".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Youtube Manual AD Remover

Unduh file ekstensi Youtube Manual AD Remover 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

                        This extension allows you to remove Youtube ads by pressing ESC or Shift + E when playing Youtube videos.
You can remove ads with one click without moving the cursor.
Only Shift + E is valid at full screen.

You cannot use skip shortcut if keyboard shortcut allocation are conflicted.
Please be careful when use with another youtube extensions.                    

Informasi Dasar Ekstensi

Nama Youtube Manual AD Remover Youtube Manual AD Remover
ID jfbjbbfpbogjffpkcfmchfgamgioniea
URL Resmi https://chromewebstore.google.com/detail/youtube-manual-ad-remover/jfbjbbfpbogjffpkcfmchfgamgioniea
Deskripsi Manually remove the youtube ads by pressing the ESC key (or Shift + E).
Ukuran File 11.32 KB
Jumlah Instalasi 375
Versi Saat Ini 1.3.4
Terakhir Diperbarui 2024-01-12
Tanggal Publikasi 2022-01-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang mountaindull
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Keinsleif/youtube-manual-ad-remover
URL Halaman Bantuan https://docs.google.com/forms/d/e/1FAIpQLSc_ONy7O1hjhzKFgmfV6UKJ5XfzOWCZLCSIKdRPuk-uAQSSEA/viewform
Bahasa yang Didukung en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Name__",
    "version": "1.3.4",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "ad-killer.js"
            ]
        }
    ]
}