Hide Youtube
Hide Youtube in Office, College or restricted areas.
What is Hide Youtube?
Hide Youtube is a Chrome extension developed by Tamilselvan, and its main feature is "Hide Youtube in Office, College or restricted areas.".
Extension Screenshots
Download Hide Youtube Extension CRX File
Download Hide Youtube 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
This extension will allow you to use youtube in college or office work place where you have access to youtube but you are not supposed to view it. It change the title into Google, Changes the logo into Google's logo. It hides rest of you tube signature while playing the video.
Extension Basic Information
Name | |
ID | llikcpkonlnkadcelohfaamfaocoebna |
Official URL | https://chrome.google.com/webstore/detail/hide-youtube/llikcpkonlnkadcelohfaamfaocoebna |
Description | Hide Youtube in Office, College or restricted areas. |
File Size | 57.02 KB |
Installation Count | 66 |
Current Version | 1.0 |
Last Updated | 2016-06-23 |
Publish Date | 2016-06-23 |
Rating | 4.80/5 Total 5 Ratings |
Developer | Tamilselvan |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hide Youtube", "short_name": "HTube", "description": "Hide Youtube in Office, College or restricted areas.", "version": "1.0", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_48.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "lib\/jquery.js", "youtube.js" ] }, { "matches": [ "http:\/\/www.youtube.com\/*" ], "js": [ "lib\/jquery.js", "youtube.js" ] }, { "matches": [ "http:\/\/www.youtube.com\/" ], "js": [ "lib\/jquery.js", "youtube.js" ] } ], "permissions": [ "activeTab", "tabs", "https:\/\/*\/*", "http:\/\/*\/*", "storage" ] } |