Youtube Watch
You can watch Youtube videos in the browser
What is Youtube Watch?
Youtube Watch is a Chrome extension developed by Unknown, and its main feature is "You can watch Youtube videos in the browser".
Extension Screenshots
Download Youtube Watch Extension CRX File
Download Youtube Watch 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
You can watch YouTube videos in the browser. When you paste the video it will automatically play. You can also go backwards and forwards from older videos.
Extension Basic Information
Name | Youtube Watch |
ID | fcfhggaefkeoedhghndenbdhgpmimflb |
Official URL | https://chromewebstore.google.com/detail/youtube-watch/fcfhggaefkeoedhghndenbdhgpmimflb |
Description | You can watch Youtube videos in the browser |
File Size | 81.06 KB |
Installation Count | 62 |
Current Version | 1.1 |
Last Updated | 2015-11-25 |
Publish Date | 2015-11-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/cemcnaughton/youtube-watch-extension |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Watch", "description": "You can watch Youtube videos in the browser", "version": "1.1", "browser_action": { "default_icon": "watchicon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |