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 fori920 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows to switch between desktop/TV versions of the YouTube platform"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouTube standard/TV switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम YouTube standard/TV switcher YouTube standard/TV switcher
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"
    ]
}