Hide YouTube Annotations

Hide annotations in videos by default.

Apa itu Hide YouTube Annotations?

Hide YouTube Annotations adalah ekstensi Chrome yang dikembangkan oleh extensionsforyourneeds, dan fitur utamanya adalah "Hide annotations in videos by default.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Hide YouTube Annotations

Unduh file ekstensi Hide YouTube Annotations 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

                        Watch YouTube without permanently being distracted.

This extension hides all annotations in YouTube videos by default. Works also in iframes and ad videos and without to login in your Google account.

Annotations can be displayed individually by clicking on the settings button on each video.

Icon has no function and can be hidden in Chrome menu.

Access to browsing history is needed to make this extension work in already opened tabs immediately after installation.                    

Informasi Dasar Ekstensi

Nama Hide YouTube Annotations Hide YouTube Annotations
ID pjlpihgpbfokdechfmgobdfmpgpaemkf
URL Resmi https://chromewebstore.google.com/detail/hide-youtube-annotations/pjlpihgpbfokdechfmgobdfmpgpaemkf
Deskripsi Hide annotations in videos by default.
Ukuran File 10.01 KB
Jumlah Instalasi 235
Versi Saat Ini 2018.7.19
Terakhir Diperbarui 2018-08-28
Tanggal Publikasi 2018-08-28
Penilaian 3.20/5 Total 5 Penilaian
Pengembang extensionsforyourneeds
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung de,en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_name__"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "Icon16.png",
        "24": "Icon24.png",
        "32": "Icon32.png",
        "48": "Icon48.png",
        "96": "Icon96.png",
        "128": "Icon128.png"
    },
    "incognito": "split",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm3C919d0HisWQowSuDbb+J\/u\/Q1FBOg\/NZ0MDI\/7owbKrwEtcNUnWOWoAZ5xIYMqLBCBLwSjgOo6dfv6cbiTQ9r+w\/r7C1GcCZZduc5NEqlYPoVdXeH6GLjAV+weDRBNFF6zoJtn6fWygyHJrKwt8CXi4B02gj4kH2y4Xxs7RzJsmx7\/f+\/zSKZGxJH8+6z5A6iNuU\/Bpfd3tXCTw1MKcAkZexUv3qEm5rZ4q6kdBpzX7ClNp9fk18MWB1bE9QUaA8HhCeloZ8NZIEyh1CVZZnJww4T\/pSrvsLoM1+SihnlyBdKNGgHQyfwsRndcuW9a6IyJBr7kocY19AwmGI9yQQIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "64",
    "name": "__MSG_name__",
    "permissions": [
        "https:\/\/gaming.youtube.com\/",
        "https:\/\/www.youtube-nocookie.com\/",
        "https:\/\/www.youtube.com\/",
        "webNavigation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2018.7.19"
}