Hide YouTube Annotations
Hide annotations in videos by default.
What is Hide YouTube Annotations?
Hide YouTube Annotations is a Chrome extension developed by extensionsforyourneeds, and its main feature is "Hide annotations in videos by default.".
Extension Screenshots
Download Hide YouTube Annotations Extension CRX File
Download Hide YouTube Annotations extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Hide YouTube Annotations |
ID | pjlpihgpbfokdechfmgobdfmpgpaemkf |
Official URL | https://chromewebstore.google.com/detail/hide-youtube-annotations/pjlpihgpbfokdechfmgobdfmpgpaemkf |
Description | Hide annotations in videos by default. |
File Size | 10.01 KB |
Installation Count | 235 |
Current Version | 2018.7.19 |
Last Updated | 2018-08-28 |
Publish Date | 2018-08-28 |
Rating | 3.20/5 Total 5 Ratings |
Developer | extensionsforyourneeds |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |