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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |