YouTube standard/TV switcher
This extension allows to switch between desktop/TV versions of the YouTube platform
What is YouTube standard/TV switcher?
YouTube standard/TV switcher is a Chrome extension developed by fori920, and its main feature is "This extension allows to switch between desktop/TV versions of the YouTube platform".
Extension Screenshots
Download YouTube standard/TV switcher Extension CRX File
Download YouTube standard/TV switcher 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
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.
Extension Basic Information
Name | |
ID | dddjfhipdjphgemiejifpdhlbmdlpoao |
Official URL | https://chrome.google.com/webstore/detail/youtube-standardtv-switch/dddjfhipdjphgemiejifpdhlbmdlpoao |
Description | This extension allows to switch between desktop/TV versions of the YouTube platform |
File Size | 39.32 KB |
Installation Count | 796 |
Current Version | 0.0.2-alpha |
Last Updated | 2016-07-01 |
Publish Date | 2016-07-01 |
Rating | 3.50/5 Total 4 Ratings |
Developer | fori920 |
Payment Type | free |
Supported Languages | 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" ] } |