YouTube standard/TV switcher
This extension allows to switch between desktop/TV versions of the YouTube platform
YouTube standard/TV switcherคืออะไร?
YouTube standard/TV switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fori920 และคุณลักษณะหลักของมันคือ "This extension allows to switch between desktop/TV versions of the YouTube platform"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube standard/TV switcher
ดาวน์โหลดไฟล์ส่วนขยาย YouTube standard/TV switcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows users to easily switch on a currently watching video between the desktop and the TV interface from YouTube. - The badge indicates whether which YouTube version you are using. - Preserves currently watching videos between switches. New features will come soon. THIS IS AN ALPHA RELEASE. USE AT YOUR OWN RISK.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dddjfhipdjphgemiejifpdhlbmdlpoao |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-standardtv-switch/dddjfhipdjphgemiejifpdhlbmdlpoao |
คำอธิบาย | This extension allows to switch between desktop/TV versions of the YouTube platform |
ขนาดไฟล์ | 39.32 KB |
จำนวนการติดตั้ง | 796 |
เวอร์ชันปัจจุบัน | 0.0.2-alpha |
อัปเดตครั้งล่าสุด | 2016-07-01 |
วันที่เผยแพร่ | 2016-07-01 |
คะแนน | 3.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | fori920 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube standard\/TV switcher", "description": "This extension allows to switch between desktop\/TV versions of the YouTube platform", "version": "0.0.2", "version_name": "0.0.2-alpha", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "switcher.js" ] }, "permissions": [ "activeTab" ] } |