Hide Youtube
Hide Youtube in Office, College or restricted areas.
Hide Youtube là gì?
Hide Youtube là một tiện ích mở rộng Chrome được phát triển bởi Tamilselvan, và tính năng chính của nó là "Hide Youtube in Office, College or restricted areas.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hide Youtube
Tải xuống các tệp mở rộng Hide Youtube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | llikcpkonlnkadcelohfaamfaocoebna |
URL Chính Thức | https://chrome.google.com/webstore/detail/hide-youtube/llikcpkonlnkadcelohfaamfaocoebna |
Mô tả | Hide Youtube in Office, College or restricted areas. |
Kích Thước Tệp | 57.02 KB |
Số Lần Cài Đặt | 66 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-06-23 |
Ngày Phát Hành | 2016-06-23 |
Đánh Giá | 4.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Tamilselvan |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |