Remove Youtube Annotations
Removes annotations from YouTube
What is Remove Youtube Annotations?
Remove Youtube Annotations is a Chrome extension developed by joelakuhn, and its main feature is "Removes annotations from YouTube".
Download Remove Youtube Annotations Extension CRX File
Download Remove 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
Removes annotations from YouTube videos.
Extension Basic Information
Name | |
ID | mpnljnkkbeeckfphjlnjjgahfpmgcbib |
Official URL | https://chrome.google.com/webstore/detail/remove-youtube-annotation/mpnljnkkbeeckfphjlnjjgahfpmgcbib |
Description | Removes annotations from YouTube |
File Size | 8.66 KB |
Installation Count | 22 |
Current Version | 1.0.0 |
Last Updated | 2017-02-13 |
Publish Date | 2017-02-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | joelakuhn |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove Youtube Annotations", "version": "1.0.0", "manifest_version": 2, "description": "Removes annotations from YouTube", "homepage_url": "https:\/\/github.com\/joelakuhn\/remove-youtube-annotations", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |