Hide Youtube
Hide Youtube in Office, College or restricted areas.
Hide Youtubeคืออะไร?
Hide Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tamilselvan และคุณลักษณะหลักของมันคือ "Hide Youtube in Office, College or restricted areas."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Youtube
ดาวน์โหลดไฟล์ส่วนขยาย Hide Youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | llikcpkonlnkadcelohfaamfaocoebna |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hide-youtube/llikcpkonlnkadcelohfaamfaocoebna |
คำอธิบาย | Hide Youtube in Office, College or restricted areas. |
ขนาดไฟล์ | 57.02 KB |
จำนวนการติดตั้ง | 66 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-06-23 |
วันที่เผยแพร่ | 2016-06-23 |
คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Tamilselvan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |